This commit is contained in:
Philipinho
2024-04-28 00:52:27 +01:00
parent d68d035b52
commit 1dcbcb9699
3 changed files with 12 additions and 36 deletions

View File

@ -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