mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 09:42:37 +10:00
clean up
This commit is contained in:
@ -386,16 +386,6 @@ function NodeMenu({ node, treeApi }: NodeMenuProps) {
|
||||
</Menu.Target>
|
||||
|
||||
<Menu.Dropdown>
|
||||
<Menu.Item
|
||||
leftSection={<IconStar style={{ width: rem(14), height: rem(14) }} />}
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
}}
|
||||
>
|
||||
Favorite
|
||||
</Menu.Item>
|
||||
|
||||
<Menu.Divider />
|
||||
|
||||
<Menu.Item
|
||||
|
||||
Reference in New Issue
Block a user