Skip to content

Commit

Permalink
menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Aug 18, 2023
1 parent 837e2dd commit ed6b1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/bits/menubar/ctx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function get() {
function set(props: MenubarProps) {
const menubar = createMenubar(removeUndefined(props));
setContext(NAME, menubar);

return {
...menubar,
updateOption: getOptionUpdater(menubar.options)
Expand Down

0 comments on commit ed6b1bb

Please sign in to comment.