This repository was archived by the owner on Apr 18, 2024. It is now read-only.
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Reverse zoom #135
Open
Description
The image zoom direction by scrolling seems to be reverse of what other applications use:
label studio:
- ctrl+ scroll up == zoom out
- ctrl + scroll down == zoom in
other software:
- scroll up == zoom in
- scroll down == zoom out
Two suggested solutions:
- change it for everyone, by changing the sign here: https://github.com/heartexlabs/label-studio-frontend/blob/fd1e7cad9fdab9ca3c55691b2d0ee23905d51d59/src/tools/Zoom.js#L121
- make it configurable by the end user - with an xml parameter similar to zoomControl. See added reverse zoom option (scroll up == zoom in) #134 for a first proposal for this.