File Details
MountZoom-v1.4.1-23.01.26.zip
- R
- Jan 23, 2026
- 38.64 KB
- 36
- 12.0.0
- Retail
File Name
MountZoom-v1.4.1-23.01.26.zip
Supported Versions
- 12.0.0
Fix: Escape Key Causing UI Errors
What was happening
Pressing ESC during combat could trigger a UI error.
This was caused by the addon reconfiguring keyboard input at the wrong time.
In rare cases, this caused repeated error spam (e.g. BugGrabber showing dozens of errors).
What’s been fixed
The Escape key listener is now only active while on a taxi.
Keyboard input is never modified during combat.
The listener is enabled and disabled safely when entering/leaving taxi mode.
Prevents taint and eliminates the [ADDON_ACTION_BLOCKED] error.

