parent
e9865b4c2e
commit
c086599396
|
@ -109,8 +109,10 @@ class _ArticlePageState extends State<ArticlePage> {
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
margin: const EdgeInsets.all(12.0),
|
margin: const EdgeInsets.all(12.0),
|
||||||
child: SelectableHtml(
|
child: SelectionArea(
|
||||||
data: widget.article.html,
|
child: Html(
|
||||||
|
data: widget.article.html,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue