forked from tam315/vue-compare-image
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mouse handle requireing contanct to release slider after moving …
…out of component Description: The issue occurred when pressing the mouse on the handler, moving it out of the component, and then releasing it. This action required additional contact with the mouse to release properly. Changes Made: -Add event listener to stop sliding on mouseleave in onmounted lifecycle hook Fixes: #1
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters