-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brush does not detect mouse up when releasing outside Bar element #613
Comments
Hey @maryschmidt 👋 thanks for checking out I likely will not have the bandwidth to add this feature very soon as I'm focusing on improved docs and other |
#618 If you can take a look at my PR |
@williaster It looks like in #667 the window event listeners added in #618 were removed. Was that intentional? |
@joearasin yes, unfortunately when I actually tested the changes made in #618 , they did not work and so I removed them when also fixing the |
Was fixed in #1164 which added a |
Hey, thanks for adding the Brush tool!
When creating a BrushSelection, the mouseUp event is not detected outside of the Bar. I would suggest adding a mouseUp event on the DOM and if dragging is true, behave like mouseUp happened on the Bar.
The text was updated successfully, but these errors were encountered: