Skip to content

Commit

Permalink
Prevent weird default browser gestures
Browse files Browse the repository at this point in the history
  • Loading branch information
zalo authored Jan 6, 2025
1 parent 8ae077d commit 00a43e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demos/web-editor/web/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
max-height: 512px;
outline: 1px solid #bbb;
margin-bottom: 12px;
user-select: none;
pointer-events: none;
touch-action: none;
}
span#status {
display: block;
Expand Down

0 comments on commit 00a43e2

Please sign in to comment.