[Fix]: When destroying, failed to remove the dragover and dragenter events. by KonghaYao · Pull Request #2373 · SortableJS/Sortable
Navigation Menu
{{ message }}
SortableJS / Sortable Public
- Notifications You must be signed in to change notification settings
- Fork 3.7k
Open
KonghaYao wants to merge 6 commits intoSortableJS:masterfrom
Open
[Fix]: When destroying, failed to remove the dragover and dragenter events.#2373
KonghaYao wants to merge 6 commits intoSortableJS:masterfrom
[Fix]: When destroying, failed to remove the dragover and dragenter events.#2373
KonghaYao wants to merge 6 commits intoSortableJS:masterfrom
Conversation
Copy link Copy Markdown
KonghaYao
commented
May 17, 2024
KonghaYao
commented
When I repeated the destroy and mount events, I found that the dragover and dragenter events mounted by Sortablejs were not destroyed, which caused a bug. So I checked the source code and fixed the issue.
Copy link Copy Markdown
Author
KonghaYao
commented
May 17, 2024
KonghaYao commented
May 17, 2024KonghaYao added 5 commits
May 17, 2024 07:52Copy link Copy Markdown
Author
KonghaYao
commented
May 17, 2024
KonghaYao commented
May 17, 2024This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

