Skip to content

Commit

Permalink
fix(Drawer): remove onclose trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
HQFOX authored and MEsteves22 committed Apr 8, 2024
1 parent 2d237ee commit 226511f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/core/src/Drawer/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ export const HvDrawer = (props: HvDrawerProps) => {
classes: {
root: classes.background,
},
onClick: (event) => {
if (disableBackdropClick) return;
onClose?.(event, "backdropClick");
},
},
},
})}
Expand Down

0 comments on commit 226511f

Please sign in to comment.