fix(测试计划): 脑图插入新节点后无法点击用例数量节点打开关联抽屉

This commit is contained in:
baiqi 2024-10-30 16:52:18 +08:00 committed by 刘瑞斌
parent 2611efb162
commit 8e5acb0013
1 changed files with 3 additions and 3 deletions

View File

@ -480,10 +480,10 @@
// //
execInert('AppendSiblingNode', envNodeData); execInert('AppendSiblingNode', envNodeData);
execInert('AppendSiblingNode', resourcePoolNodeData); execInert('AppendSiblingNode', resourcePoolNodeData);
setTimeout(() => {
inInsertingNode.value = false;
}, 0);
} }
setTimeout(() => {
inInsertingNode.value = false;
}, 300); // 300ms
}); });
} }
} }