biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 16 forks source link

Fix polygon tool bug #799

Closed lehecht closed 3 months ago

lehecht commented 3 months ago

When interaction mode is changed, the old and new computed property change, which triggers their corresponding watchers. Fix bug by using watcher of current interaction mode only.

lehecht commented 3 months ago

I tested the code multiple times for images and videos now. I think there shouldn't be bugs any more. Sorry for my hasty approach before!