Fix: node with more than 1 handle can minimize when leave flow with it selected
This commit is contained in:
parent
b1df45dd91
commit
fd3942b2ed
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ export default function NodeToolbarComponent({
|
|||
return () => {
|
||||
document.removeEventListener("keydown", onKeyDown);
|
||||
};
|
||||
}, [isSaved, showNode, data.showNode]);
|
||||
}, [isSaved, showNode, data.showNode, isMinimal]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue