Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(classifier): Polygon tool drag handles
Refactor the polygon tool drag handles so that `pointerdown` does not close and finish the shape, overriding the pointer dragging behaviour. Instead, the shape is closed and finished on `pointerup`.
- Loading branch information