c0358770 by lihua

去掉debugger

1 parent 401b1977
......@@ -241,7 +241,6 @@ const initGraph = () => {
{
type: 'collapse-expand',
onChange: (item, collapsed) => {
debugger
if (!item) {
return;
}
......@@ -250,7 +249,6 @@ const initGraph = () => {
return true;
},
shouldBegin: (e) => {
debugger
// 若当前操作的节点 id 为 'node1',则不发生 collapse-expand
if (e.item && e.item.getModel().isLoading == true) return false;
return true;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!