未验证 提交 8215fa8e 编写于 作者: A Amy0104 提交者: GitHub

[Fix][UI Next][V1.0.0-Beta] Fix console bug after deleting a node from the context menu. (#9932)

上级 cac3f780
......@@ -120,7 +120,7 @@ export function useTaskEdit(options: Options) {
process.postTaskCode === code || process.preTaskCode === code
)
})
cells.forEach((cell) => {
cells?.forEach((cell) => {
if (cell.isEdge()) {
const preTaskCode = cell.getSourceCellId()
const postTaskCode = cell.getTargetCellId()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册