mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 00:20:07 +00:00
[fix] restore headerStyle binding in NodeHeader template
The :style binding was accidentally removed, causing TypeScript error about unused headerStyle computed property. This binding is needed for Vue node header color functionality.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<div
|
||||
v-else
|
||||
class="lg-node-header p-4 rounded-t-2xl cursor-move"
|
||||
:style="headerStyle"
|
||||
:data-testid="`node-header-${nodeData?.id || ''}`"
|
||||
@dblclick="handleDoubleClick"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user