fix mobile touch
This commit is contained in:
@@ -250,7 +250,6 @@ watch(() => isDraggable, (enabled) => enabled ? addListeners() : removeListeners
|
|||||||
&-scene {
|
&-scene {
|
||||||
height: calc(var(--size) * 20);
|
height: calc(var(--size) * 20);
|
||||||
perspective: 1000px;
|
perspective: 1000px;
|
||||||
touch-action: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-object {
|
&-object {
|
||||||
|
|||||||
Reference in New Issue
Block a user