[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:
bymyself
2025-09-27 10:37:20 -07:00
parent 0491007c0f
commit f0c3f6320a

View File

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