Skip to content

Commit 73f7889

Browse files
Add touch-action event back to canvas (#483)
1 parent c73915e commit 73f7889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assets/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ body {
103103
#graph-canvas {
104104
width: 100%;
105105
height: 100%;
106+
touch-action: none;
106107
}
107108

108109
.comfyui-body-right {

0 commit comments

Comments
 (0)