mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: keyboard not show automatically (#4572)
This commit is contained in:
parent
20391bfec4
commit
ce261c9128
@ -191,4 +191,4 @@ SPEC CHECKSUMS:
|
||||
|
||||
PODFILE CHECKSUM: 8c681999c7764593c94846b2a64b44d86f7a27ac
|
||||
|
||||
COCOAPODS: 1.14.3
|
||||
COCOAPODS: 1.12.1
|
||||
|
@ -201,6 +201,9 @@ class _MobileToolbarState extends State<_MobileToolbar>
|
||||
if (currentSelection != widget.editorState.selection) {
|
||||
currentSelection = widget.editorState.selection;
|
||||
closeItemMenu();
|
||||
if (currentSelection != null) {
|
||||
_showKeyboard();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user