Skip to content

Commit 661a9ef

Browse files
Update src/components/ColumnMenuButton/ColumnMenuButton.tsx
Co-authored-by: Kenny Daniel <[email protected]>
1 parent 9f9bef8 commit 661a9ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/ColumnMenuButton/ColumnMenuButton.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ export default function ColumnMenuButton({ onClick }: ColumnMenuButtonProps) {
99
return (
1010
<div
1111
className={styles.columnMenuButton}
12-
onClick={e => {
13-
e.stopPropagation()
14-
onClick(e)
15-
}}
12+
onClick={onClick}
1613
aria-label="Column options"
1714
role="button"
1815
tabIndex={0}

0 commit comments

Comments
 (0)