mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
chore: fix flutter analyze
This commit is contained in:
parent
12b549bad2
commit
1de5b274c3
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue