mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 04:03:07 +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;
|
return;
|
||||||
}
|
}
|
||||||
const node = this.getTreeNodeFromEvent(e)?.node;
|
const node = this.getTreeNodeFromEvent(e)?.node;
|
||||||
detecting?.capture(node as any);
|
node?.id && detecting?.capture(node.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
private onClick = (e: ReactMouseEvent) => {
|
private onClick = (e: ReactMouseEvent) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user