mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Node title not updating when selecting a different node (no-changelog) (#16566)
This commit is contained in:
@@ -34,6 +34,7 @@ watch(
|
|||||||
</N8nText>
|
</N8nText>
|
||||||
<ExperimentalCanvasNodeSettings
|
<ExperimentalCanvasNodeSettings
|
||||||
v-else-if="lastContent !== undefined"
|
v-else-if="lastContent !== undefined"
|
||||||
|
:key="lastContent.id"
|
||||||
:node-id="lastContent.id"
|
:node-id="lastContent.id"
|
||||||
can-open-ndv
|
can-open-ndv
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user