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