what should happen to selection while drawing?

First idea: just leave it alone. Let's see how this works.
This commit is contained in:
Kartik K. Agaram 2022-07-05 10:09:13 -07:00
parent 18aa21d0c0
commit 3197bb5739

View File

@ -420,6 +420,7 @@ end
function App.keychord_pressed(chord, key)
if Selection1.line and
not Lines.current_drawing and
-- printable character created using shift key => delete selection
-- (we're not creating any ctrl-shift- or alt-shift- combinations using regular/printable keys)
(not App.shift_down() or utf8.len(key) == 1) and