This commit is contained in:
2024-05-09 18:03:12 +08:00
parent a041fdd85d
commit ba518ac354
12 changed files with 571 additions and 145 deletions
@@ -119,6 +119,7 @@
// 返回false,来阻止浏览器右键菜单
function onTreeNodeContextMenu(event, nodeId) {
debugger
currentNodeId = nodeId;
F(menuID).show();
return false;