Commit Graph
1 Commits
Author SHA1 Message Date
Fabian Bieler 49636be0e9 fix(validation): Remove css-classes if mouse moves directly to different handle.
If two handles are next to each other or overlap it is possible for the
mouse-cursor to move from one handle to the other without a
mouse-move-event being fired where isHoveringHandle is false.

Thus, the valid and connecting css-classes were not removed from the
handle.

This commit fixes this.
2022-07-28 11:41:16 +02:00