keyboard jump fix

pull/1810/head
Oligazar 1 year ago
parent 05c17e1ebc
commit 6e769575a2
  1. 2
      lib/src/widgets/raw_editor/raw_editor_state.dart

@ -1452,12 +1452,12 @@ class QuillRawEditorState extends EditorState
}
void _handleFocusChanged() {
openOrCloseConnection();
if (dirty) {
SchedulerBinding.instance
.addPostFrameCallback((_) => _handleFocusChanged());
return;
}
openOrCloseConnection();
_cursorCont.startOrStopCursorTimerIfNeeded(_hasFocus, controller.selection);
_updateOrDisposeSelectionOverlayIfNeeded();
if (_hasFocus) {

Loading…
Cancel
Save