Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: review's issue
  • Loading branch information
LittleSound committed Aug 23, 2025
commit cb0506fc0d35a52b76733313e1fb7567037a1fa2
4 changes: 1 addition & 3 deletions src/renderer/extensions/vueNodes/components/LGraphNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ const hasCustomContent = computed(() => {
})

// Computed classes and conditions for better reusability
const separatorClasses = computed(
() => 'bg-[#e1ded5] dark-theme:bg-[#292A30] h-[1px] mx-4'
)
const separatorClasses = 'bg-[#e1ded5] dark-theme:bg-[#292A30] h-[1px] mx-4'

// Common condition computations to avoid repetition
const shouldShowWidgets = computed(
Expand Down
Loading