fix(editor): Node title not updating when selecting a different node (no-changelog) (#16566)

This commit is contained in:
Suguru Inoue
2025-06-20 19:03:14 +02:00
committed by GitHub
parent 37efd209c9
commit e72df8d682

View File

@@ -34,6 +34,7 @@ watch(
</N8nText>
<ExperimentalCanvasNodeSettings
v-else-if="lastContent !== undefined"
:key="lastContent.id"
:node-id="lastContent.id"
can-open-ndv
/>