squiggle bug
can't remove points
Probably an iframe issue - it can't read your key until you press the iframe itself - the canvas does not count. So we made a special way to handle this but it needs a Pane()
new Squiggle().center()
new Pane({content:"start", width:500, keyboardAccess:true}).show()
This actually turns off pointer events on the canvas so the clearing of the pane is a pointer down on the iframe which gives keyboard control. We then add pointer events back on the canvas.
2 Likes
Also, you can press hold to delete. That works better for mobile.