Add touch-action event back to canvas (#483)

This commit is contained in:
bymyself
2024-08-17 06:05:23 -07:00
committed by GitHub
parent c73915e31e
commit 73f7889f81

View File

@@ -103,6 +103,7 @@ body {
#graph-canvas {
width: 100%;
height: 100%;
touch-action: none;
}
.comfyui-body-right {