This commit is contained in:
Filip Krawczyk 2022-08-25 17:30:02 +02:00
parent 90553794b2
commit 2cc82e6a45
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class EditorToolbar extends HookWidget {
create: (context) => store,
child: AsyncStoreListener(
asyncStore: store.imageUploadState,
child: visible.value
child: visible
? Container(
height: _height,
width: double.infinity,