Clear selection on Escape
This commit is contained in:
parent
404f623215
commit
3919585db4
|
@ -424,6 +424,10 @@
|
|||
event.preventDefault()
|
||||
handlePaste()
|
||||
}
|
||||
if (combo === 'Escape') {
|
||||
event.preventDefault()
|
||||
selection = null
|
||||
}
|
||||
}
|
||||
|
||||
if (combo === 'Ctrl+F' || combo === 'Command+F') {
|
||||
|
|
Loading…
Reference in New Issue