chore: fix flutter analyze

This commit is contained in:
Lucas.Xu 2022-12-08 15:29:59 +08:00
parent 12b549bad2
commit 1de5b274c3

View File

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