Skip to content
This repository was archived by the owner on Jan 24, 2020. It is now read-only.

Commit f6ed097

Browse files
author
Avaer Kazmer
authored
Merge pull request #34 from exokitxr/drag-over
Send mouse movements to html
2 parents d6c8f51 + 8be765b commit f6ed097

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,10 +1347,7 @@
13471347
_removeTransformControls();
13481348
}
13491349
}
1350-
1351-
if (!orbitControls) {
1352-
uiIframe.sendMouseMove(e.clientX, e.clientY);
1353-
}
1350+
uiIframe.sendMouseMove(e.clientX, e.clientY);
13541351
},
13551352
mouseup(e) {
13561353
if (!orbitControls) {

0 commit comments

Comments
 (0)