mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
[flutter]: force the editor as large as parent
This commit is contained in:
parent
a7b306b59e
commit
89aceb098c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class _DocPageState extends State<DocPage> {
|
|||
axis: Axis.vertical,
|
||||
controller: scrollController,
|
||||
barSize: 6.0,
|
||||
child: Padding(padding: EdgeInsets.zero, child: editor),
|
||||
child: SizedBox.expand(child: editor),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue