Skip to content

Commit

Permalink
Fix stuck pan/rotate/dolly keypresses over annotations and measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed May 11, 2023
1 parent c62be3f commit 0026d59
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ class KeyboardPanRotateDollyHandler {
if (!(configs.active && configs.pointerEnabled) || (!scene.input.keyboardEnabled)) {
return;
}
if (!states.mouseover) {
return;
}
keyDownMap[keyCode] = false;

if (keyCode === input.KEY_SHIFT) {
Expand Down

0 comments on commit 0026d59

Please sign in to comment.