소스 검색

fix: the editor loses focus occasionally

Lucas.Xu 2 년 전
부모
커밋
b7cb4b647d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      frontend/app_flowy/packages/flowy_editor/lib/service/selection_service.dart

+ 3 - 0
frontend/app_flowy/packages/flowy_editor/lib/service/selection_service.dart

@@ -306,6 +306,9 @@ class _FlowySelectionState extends State<FlowySelection>
       return;
     }
 
+    editorState.service.keyboardService?.enable();
+    editorState.service.scrollService?.enable();
+
     panEndOffset = details.globalPosition;
     final dy = editorState.service.scrollService?.dy;
     var panStartOffsetWithScrollDyGap = panStartOffset!;