mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 22:21:54 +00:00
删除无用console
This commit is contained in:
parent
17346c7a09
commit
f781ea5f1d
@ -398,7 +398,6 @@ export class BuiltinSimulatorHost implements ISimulatorHost<BuiltinSimulatorProp
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const nodeInst = this.getNodeInstanceFromElement(e.target as Element);
|
const nodeInst = this.getNodeInstanceFromElement(e.target as Element);
|
||||||
console.log('nodeInst', nodeInst);
|
|
||||||
detecting.capture(nodeInst?.node || null);
|
detecting.capture(nodeInst?.node || null);
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user