Skip to content

Commit ce261c9

Browse files
authored
fix: keyboard not show automatically (#4572)
1 parent 20391bf commit ce261c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

frontend/appflowy_flutter/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ SPEC CHECKSUMS:
191191

192192
PODFILE CHECKSUM: 8c681999c7764593c94846b2a64b44d86f7a27ac
193193

194-
COCOAPODS: 1.14.3
194+
COCOAPODS: 1.12.1

frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/appflowy_mobile_toolbar.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ class _MobileToolbarState extends State<_MobileToolbar>
201201
if (currentSelection != widget.editorState.selection) {
202202
currentSelection = widget.editorState.selection;
203203
closeItemMenu();
204+
if (currentSelection != null) {
205+
_showKeyboard();
206+
}
204207
}
205208
}
206209

0 commit comments

Comments
 (0)