parent
26880f8fb3
commit
1a09ba2ba9
|
@ -107,7 +107,7 @@ class _ArticlePageState extends State<ArticlePage> {
|
||||||
),
|
),
|
||||||
body: ListView(
|
body: ListView(
|
||||||
children: [
|
children: [
|
||||||
Html(
|
SelectableHtml(
|
||||||
data: widget.article.html,
|
data: widget.article.html,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue