Skip to content

Commit

Permalink
Changes for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed Aug 14, 2024
1 parent 5af67cb commit c849157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/buttonMenu/buttonMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
const handleClose = (e: CloseEventDetail) => {
if (isOpen === undefined) isOpenInternal = false
onClose?.(e)
onChange?.({ isOpen })
}
</script>

Expand Down

0 comments on commit c849157

Please sign in to comment.