Keep BIM empty wheel dolly unlimited

This commit is contained in:
CODEX 2026-06-23 21:15:40 +03:00
parent 9dc5dd4aa0
commit e36f08f1df
1 changed files with 2 additions and 1 deletions

View File

@ -1445,7 +1445,8 @@ const guardEmptyWheelNavigation = (event) => {
restorePointerNavigation(); restorePointerNavigation();
return; return;
} }
control.followPointer = false; control.followPointer = true;
control.smartPivot = true;
control.mouseWheelDollyRate = getBaseMouseWheelDollyRate() * getEmptyWheelDollyFactor(); control.mouseWheelDollyRate = getBaseMouseWheelDollyRate() * getEmptyWheelDollyFactor();
schedulePointerNavigationRestore(); schedulePointerNavigationRestore();
}; };