fin-hypergrid / fin-hypergrid/fincanvas
some fin events are always fired even if they do not occur over the canvas
Open
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
lines 53 through 70 of the index.js file are where event listeners are added to document.
These are always fired even after the control is no longer in the DOM. They are always fired even if the cursor is not over the canvas component.
Specifically the mouseup event
:)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.