Browse Source

chore: fix flutter analyze

Lucas.Xu 2 years ago
parent
commit
1de5b274c3

+ 0 - 2
frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart

@@ -361,8 +361,6 @@ void _deleteSelectedContent(EditorState editorState) {
   editorState.apply(tb);
 }
 
-void _setDataToClipboard({String? html, String? text}) {}
-
 ShortcutEventHandler copyEventHandler = (editorState, event) {
   _handleCopy(editorState);
   return KeyEventResult.handled;