Skip to content

Commit

Permalink
fix: keyboard not show automatically (#4572)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Feb 1, 2024
1 parent 20391bf commit ce261c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/appflowy_flutter/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 8c681999c7764593c94846b2a64b44d86f7a27ac

COCOAPODS: 1.14.3
COCOAPODS: 1.12.1
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ class _MobileToolbarState extends State<_MobileToolbar>
if (currentSelection != widget.editorState.selection) {
currentSelection = widget.editorState.selection;
closeItemMenu();
if (currentSelection != null) {
_showKeyboard();
}
}
}

Expand Down

0 comments on commit ce261c9

Please sign in to comment.