Skip to content

Commit

Permalink
feat(menu): close menu after clicking (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Dec 7, 2023
1 parent e1ac73e commit 2a1cd9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/menu/menu-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default defineComponent({
}
});
}
submenu?.closeParentPopup?.(e);
};

// lifetimes
Expand Down

0 comments on commit 2a1cd9b

Please sign in to comment.