Skip to content

Commit

Permalink
fix(overlay-sandbox): fix removeOverlay conditions (Issue #3072) (#…
Browse files Browse the repository at this point in the history
…3081)

Co-authored-by: Alexander <[email protected]>
  • Loading branch information
IlyaBondar and Alexander-Kezik authored Feb 3, 2025
1 parent 076c7b8 commit 178877e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const ChatOverlayManagerWrapper: React.FC<
overlayManager.current?.removeOverlay(overlayManagerOptions.id);
}
};
});
}, [created, overlayManagerOptions.id]);

useEffect(() => {
overlayManager.current?.subscribe(
Expand Down

0 comments on commit 178877e

Please sign in to comment.