File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 <!-- jquery-contextmenu (https://github.com/swisnl/jQuery-contextMenu) -->
1414 < link rel ="stylesheet "
15- href ="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.6.4 /dist/jquery.contextMenu.min.css " />
16- < script src ="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.6.4 /dist/jquery.contextMenu.min.js ">
15+ href ="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.9.2 /dist/jquery.contextMenu.min.css " />
16+ < script src ="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.9.2 /dist/jquery.contextMenu.min.js ">
1717 </ script >
1818
1919 < script src ="js/jquery.fancytree.contextMenu.js "> </ script >
Original file line number Diff line number Diff line change 1818 if ( node ) {
1919 $ . contextMenu ( "destroy" , "." + selector ) ;
2020
21- node . setFocus ( true ) ;
21+ // node.setFocus(true);
2222 node . setActive ( true ) ;
2323
2424 $ . contextMenu ( {
Original file line number Diff line number Diff line change 55 * [ Fixed] ext-dnd5: dropEffectCallback=none was not reset in some cases
66 * [ Changed] #1005 Cast key to string in getNodeByKey()
77 * [ Added] #1012 ` dnd5.dropMarkerParent ` allows usage in Webcomponents (i.e. shadow DOM)
8- * [ Added] #1017 ` copyFunctionsToData ` allows also copying functions to the data property of the node
8+ * [ Added] #1017 ` copyFunctionsToData ` allows also copying functions to the data property of the node
9+ * [ Fixed] #1018 ContextMenu extension always focuses the first node in the tree
910
1011# 2.35.0 / 2020-03-27
1112 * [ Changed] The ` enableAspx ` option will default to 'false' in the future.
You can’t perform that action at this time.
0 commit comments