Skip to content

Commit 1de5b27

Browse files
committed
chore: fix flutter analyze
1 parent 12b549b commit 1de5b27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@ void _deleteSelectedContent(EditorState editorState) {
361361
editorState.apply(tb);
362362
}
363363

364-
void _setDataToClipboard({String? html, String? text}) {}
365-
366364
ShortcutEventHandler copyEventHandler = (editorState, event) {
367365
_handleCopy(editorState);
368366
return KeyEventResult.handled;

0 commit comments

Comments
 (0)