mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: local variable 'text' isn't used
This commit is contained in:
parent
d0fd68da95
commit
53118a6c51
@ -196,9 +196,6 @@ ShortcutEventHandler greaterToBlockquote = (editorState, event) {
|
||||
return KeyEventResult.ignored;
|
||||
}
|
||||
|
||||
final textNode = textNodes.first;
|
||||
final text = textNode.toPlainText();
|
||||
|
||||
//only convert > at the start of a paragraph
|
||||
if (selection.startIndex != 0) {
|
||||
return KeyEventResult.ignored;
|
||||
|
Loading…
Reference in New Issue
Block a user