Skip to content

Commit

Permalink
fix: fix showing hidden label when selecting nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosfarah committed Oct 31, 2023
1 parent 453a893 commit b47420f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const View = ({ graph }: Props) => {
return () => {
// anything in here is fired on component unmount.
};
}, [settings, cyHandle, filters, matchFullWord]);
}, [settings, cyHandle, filters, matchFullWord, selected]);

// keydown listener for deleting elements
useEffect(() => {
Expand Down

0 comments on commit b47420f

Please sign in to comment.