mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix flutter analyze
This commit is contained in:
parent
12b549bad2
commit
1de5b274c3
@ -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 New Issue
Block a user