Pass all touch events to the graph editor

This commit is contained in:
2024-03-26 19:34:17 +01:00
parent 642eed0717
commit 76decaf203
2 changed files with 1 additions and 8 deletions

View File

@@ -134,6 +134,7 @@ graph-editor {
flex-grow: 1;
display: flex;
flex-direction: column;
touch-action: none;
}
graph-editor svg {
flex-grow: 1;