mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 02:12:56 +00:00
fix(outline-pane): hover invalid
This commit is contained in:
parent
f483970aef
commit
f7ba053476
@ -40,7 +40,7 @@ export default class TreeView extends PureComponent<{
|
||||
return;
|
||||
}
|
||||
const node = this.getTreeNodeFromEvent(e)?.node;
|
||||
detecting?.capture(node as any);
|
||||
node?.id && detecting?.capture(node.id);
|
||||
}
|
||||
|
||||
private onClick = (e: ReactMouseEvent) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user