@ -81,4 +81,7 @@ pubspec.lock
pubspec_overrides.yaml
# A directory where you put all of your local things that you don't want to push
.flutter-quill
# FVM Version Cache
.fvm/
@ -1429,6 +1429,7 @@ class QuillRawEditorState extends EditorState
void _handleFocusChanged() {
if (dirty) {
requestKeyboard();
SchedulerBinding.instance
.addPostFrameCallback((_) => _handleFocusChanged());
return;