You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the Brush tool in Label Studio v1.17.0, an error occurs during or after drawing. Sometimes the brush region becomes unusable, and a browser console error is thrown related to a BrushRegionModel being accessed after removal from the state tree.
To Reproduce
Steps to reproduce the behavior:
Open a labeling task with the Brush tool.
Press the left mouse button to begin drawing a brush region.
Release the left mouse button, browser console shows MobX-State-Tree errors about accessing a disposed BrushRegionModel.
Press the left mouse button outside the region to drawing new brush region, The UI throws an "incomplete brush" error until release the left mouse button.
Expected behavior
Release the left mouse button to end the current brush region, press the left mouse button again to start a new brush region.
Screenshots
Environment (please complete the following information):
OS: MacOS 15.4
Browser: Chrome
Label Studio Version v1.17.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the Brush tool in Label Studio v1.17.0, an error occurs during or after drawing. Sometimes the brush region becomes unusable, and a browser console error is thrown related to a BrushRegionModel being accessed after removal from the state tree.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Release the left mouse button to end the current brush region, press the left mouse button again to start a new brush region.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: