Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Aug 26, 2024
1 parent 536601b commit 39d44c1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/components/sidebar/tabs/NodeLibrarySidebarTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,13 @@ const menuItems = computed<MenuItem[]>(() => [
command: () => {
renameEditingNode.value = menuTargetNode.value
}
},
{
label: t('customize'),
icon: 'pi pi-palette',
command: () => console.log('customize')
}
// TODO: Add customize color and icon feature.
// {
// label: t('customize'),
// icon: 'pi pi-palette',
// command: () => console.log('customize')
// }
])
const handleContextMenu = (node: TreeNode, e: MouseEvent) => {
Expand Down

0 comments on commit 39d44c1

Please sign in to comment.