paradigmxyz/flux

Ctrl-backspace removes node instead of the word in the input

Opened this issue · 0 comments

Platform
Linux(pop_os) / gnome, Opera

Description
Web app intercepts ctrl-bkspace and handles it as "delete node" instead of deleting word to the left of the cursor. It's a default behaviour across the system for any text input (I believe in Windows it works the same)

Related to #40

I expected to see this happen: the word to the left of cursor should be removed

Instead, this happened: the node got deleted

image


(sidenode: thanks for open sourcing this project!)