Skip to content

Commit 256e4e7

Browse files
committed
修复任务打开脚本链接
1 parent c0ec063 commit 256e4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pages/script/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const Script = () => {
131131
if (item) {
132132
obj.node = item;
133133
setExpandedKeys([p as string]);
134-
onSelect([vkey], obj);
134+
onTreeSelect([vkey], obj);
135135
}
136136
}
137137
};

0 commit comments

Comments
 (0)