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 committed Dec 15, 2023
1 parent 2d2f549 commit 51c0460
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 @@ -62,6 +62,7 @@ export default defineComponent({
}
});
}
submenu?.closeParentPopup?.(e);
};

// lifetimes
Expand Down

0 comments on commit 51c0460

Please sign in to comment.