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