修复任务打开脚本链接

This commit is contained in:
whyour 2025-03-19 23:47:51 +08:00
parent c0ec063333
commit 256e4e7a83

View File

@ -131,7 +131,7 @@ const Script = () => {
if (item) {
obj.node = item;
setExpandedKeys([p as string]);
onSelect([vkey], obj);
onTreeSelect([vkey], obj);
}
}
};