Skip to content

Commit

Permalink
Removed resize function of script
Browse files Browse the repository at this point in the history
  • Loading branch information
skduncan committed Dec 23, 2024
1 parent 9002861 commit d817a75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions playbook/app/pb_kits/playbook/pb_table/_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,6 @@ const Table = (props: TableProps): React.ReactElement => {
setTimeout(() => {
handleStickyRightColumns();
}, 10);

window.addEventListener('resize', handleStickyRightColumns);

return () => {
window.removeEventListener('resize', handleStickyRightColumns);
};
}, [stickyRightcolumn]);

useEffect(() => {
Expand Down

0 comments on commit d817a75

Please sign in to comment.