feat: close MainMenu and Library dropdown on item select (#6152)
This commit is contained in:
@ -62,6 +62,7 @@ export enum EVENT {
|
||||
SCROLL = "scroll",
|
||||
// custom events
|
||||
EXCALIDRAW_LINK = "excalidraw-link",
|
||||
MENU_ITEM_SELECT = "menu.itemSelect",
|
||||
}
|
||||
|
||||
export const ENV = {
|
||||
|
Reference in New Issue
Block a user