Skip to content

Commit

Permalink
Add onToggle callback
Browse files Browse the repository at this point in the history
  • Loading branch information
octaedro committed May 15, 2024
1 parent 4ef2fa2 commit 9c2fab3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export function PublishButtonMenu( {
source: TRACKS_SOURCE,
} );
}
props.onToggle?.( isOpen );
} }
renderMenu={ renderMenu }
/>
Expand Down

0 comments on commit 9c2fab3

Please sign in to comment.