mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
chore: add missing packages
This commit is contained in:
@@ -35,7 +35,6 @@ function Menu(props) {
|
||||
key={item.title}
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
//Dropdown.closeLastOpened();
|
||||
if (props.closeMenu) {
|
||||
props.closeMenu();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user