diff --git a/src/App.js b/src/App.js index 4d2dbf8..82a9f50 100644 --- a/src/App.js +++ b/src/App.js @@ -225,6 +225,7 @@ function App () { Mousetrap.bind(['shift+up', 'shift+down', 'shift+left', 'shift+right'], async e => { e.preventDefault() + buffer = null if (null === selectionFrom.x) { setSelectionFrom({ x: cursorX, y: cursorY }) }