Skip to content

Commit

Permalink
Merge pull request #110 from nlxai/recompute-jm-highlights
Browse files Browse the repository at this point in the history
Recompute journey manager highlights on element change
  • Loading branch information
peterszerzo authored Jun 21, 2024
2 parents 94347d2 + 9bcea9e commit 7746d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/journey-manager/src/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ const Highlight: FunctionComponent<{ element: HTMLElement }> = ({
console.warn(err);
});
}
}, []);
}, [element]);
return (
<div
className="highlight"
Expand Down

0 comments on commit 7746d3c

Please sign in to comment.