Skip to content

Commit

Permalink
Remove broken click listener
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnstn committed Apr 10, 2023
1 parent 6c53b2e commit a2439da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/sandbox/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const observeAndResizeJS = `
// get an DOM mutations for that, so do the resize when the window is resized, too.
window.addEventListener( 'resize', sendResize, true );
window.addEventListener( 'orientationchange', sendResize, true );
widow.addEventListener( 'click', sendResize, true );
})();
`;

Expand Down

0 comments on commit a2439da

Please sign in to comment.