HumanSignal / HumanSignal/label-studio
How to disable click to select when in label tools
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
I need to annotate bounding boxes on images. The task is about object relationships and I want to use the id of the labels to indicate their relations.
However, this requires drawing the bigger boxes first. And the current behavior I found is that Label Studio will select the bounding box in the area when clicked regardless of what tool is being selected.

Is there an option to turn this off? Like only select the region if the tool is "Move (v)".
If not, which file control the click event? I found what look like the regions themselves in `web/libs/editor/src/regions/` but I'm not sure from which file those classes are being called.
Contributor guide
Assessment
This issue has not been assessed yet.