vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

fixed memory leak in context menu plugin: issue 2234 #2557

Closed alex-Hudson closed 3 years ago

alex-Hudson commented 3 years ago

This pull request fixes issue https://github.com/vakata/jstree/issues/2234 Removed listener when context menu plugin is torn down

vakata commented 3 years ago

Thank you very much for the contribution.