lucky1213 пре 4 година
родитељ
комит
2d42b7619c
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      packages/zefyr/lib/src/widgets/toolbar.dart

+ 3
- 1
packages/zefyr/lib/src/widgets/toolbar.dart Прегледај датотеку

@@ -327,7 +327,9 @@ class ZefyrToolbarState extends State<ZefyrToolbar>
327 327
 
328 328
   @override
329 329
   Widget build(BuildContext context) {
330
-    _keyboardHeight = MediaQuery.of(context).viewInsets.bottom;
330
+    if (editor.toolbarAction == null) {
331
+      _keyboardHeight = MediaQuery.of(context).viewInsets.bottom;
332
+    }
331 333
     final theme = ZefyrTheme.of(context).toolbarTheme;
332 334
 
333 335
     final kToolbarDivider = Container(