mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
[flutter]: force the editor as large as parent
This commit is contained in:
parent
a7b306b59e
commit
89aceb098c
@ -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…
Reference in New Issue
Block a user