From 1de5b274c3317ecaa75c5a31dcddb557f2f9ade5 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Thu, 8 Dec 2022 15:29:59 +0800 Subject: [PATCH] chore: fix flutter analyze --- .../service/internal_key_event_handlers/copy_paste_handler.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart b/frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart index 0b0c9ec914..47b8c3967c 100644 --- a/frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart +++ b/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;