fix mobile touch
All checks were successful
Deploy App / build (push) Successful in 1m11s
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-10-11 22:20:51 +02:00
parent 9618f76a6c
commit d21e731bbe

View File

@@ -250,7 +250,6 @@ watch(() => isDraggable, (enabled) => enabled ? addListeners() : removeListeners
&-scene {
height: calc(var(--size) * 20);
perspective: 1000px;
touch-action: none;
}
&-object {