diff --git a/src/components/sidebar/tabs/NodeLibrarySidebarTab.vue b/src/components/sidebar/tabs/NodeLibrarySidebarTab.vue index 4124aa14..ef82db8e 100644 --- a/src/components/sidebar/tabs/NodeLibrarySidebarTab.vue +++ b/src/components/sidebar/tabs/NodeLibrarySidebarTab.vue @@ -280,12 +280,13 @@ const menuItems = computed(() => [ 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) => {