Skip to content

Commit a13bd73

Browse files
author
Kateryna Kodonenko
committed
Clean up unnecessary code
1 parent 95cb884 commit a13bd73

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/help-center/src/components/help-center-container.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ const HelpCenterContainer: React.FC< Container > = ( {
8989

9090
observer.observe( helpCenter, { childList: true, subtree: true } );
9191

92-
// Handle Zendesk messenger opening
93-
if ( window.zE ) {
94-
window.zE( 'messenger:on', 'open', () => {
95-
helpCenter.focus();
96-
} );
97-
}
98-
9992
return () => {
10093
observer.disconnect();
10194
};

0 commit comments

Comments
 (0)