vakata / jstree

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

disable item paste on contextmenu by escape #2579

Closed mmtaheri closed 2 years ago

mmtaheri commented 3 years ago

hi item select cut on contextmenu after change of opinion by press eacape disable item paste in contexmenu. Thankful

vakata commented 2 years ago

I am afraid this can not go into the jstree core, as it is more of an application thing - I guess you'd want the escape key to work even if the tree is not focused. Anyway - it should be pretty easy to implement - listen for the Esc key, and if there is something in the jstree buffer you can clear it. There are dedicated functions for this: https://www.jstree.com/api/#/?q=buffer