Keep BIM empty wheel dolly unlimited

This commit is contained in:
CODEX
2026-06-23 21:15:40 +03:00
parent 9dc5dd4aa0
commit e36f08f1df
+2 -1
View File
@@ -1445,7 +1445,8 @@ const guardEmptyWheelNavigation = (event) => {
restorePointerNavigation();
return;
}
control.followPointer = false;
control.followPointer = true;
control.smartPivot = true;
control.mouseWheelDollyRate = getBaseMouseWheelDollyRate() * getEmptyWheelDollyFactor();
schedulePointerNavigationRestore();
};