-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Some CSS suggestions:
Prevent swipe down refreshing when scrolling (and replaces overscroll-behavior-x)
body {overscroll-behavior: none;}
Stop scrolling, so selecting nodes is possible. Need a button(select/move) to toggle this.
#editor_div {touch-action: none;}
Moving nodes:
div.node {touch-action: none;}
Other problems with touch input:
Turning knobs doesn't release focus correctly.
Nodes can be created when Create Node dialog is closed.
Undo, Redo etc are not available.
Also, why I can't make rests(silence) in monoseq? And how do I make chords?
Metadata
Metadata
Assignees
Labels
No labels