Skip to content

Commit a2a4faf

Browse files
authored
Fix for keyboard jumping when switching focus from a TextField (singerdmx#1810)
1 parent 659ad44 commit a2a4faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/widgets/raw_editor/raw_editor_state.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,7 @@ class QuillRawEditorState extends EditorState
14531453

14541454
void _handleFocusChanged() {
14551455
if (dirty) {
1456+
requestKeyboard();
14561457
SchedulerBinding.instance
14571458
.addPostFrameCallback((_) => _handleFocusChanged());
14581459
return;

0 commit comments

Comments
 (0)