fix(editor): Enable pin data button to also un-pin (#13642)

This commit is contained in:
Milorad FIlipović
2025-03-03 16:17:59 +01:00
committed by GitHub
parent d9e3cfe13f
commit 24681f843c
5 changed files with 44 additions and 13 deletions

View File

@@ -1042,9 +1042,10 @@
"ndv.title.rename": "Rename",
"ndv.title.renameNode": "Rename node",
"ndv.pinData.pin.title": "Pin data",
"ndv.pinData.pin.description": "Node will always output this data instead of executing.",
"ndv.pinData.pin.description": "Node will always output current data instead of executing. Doesn't apply to production executions.",
"ndv.pinData.pin.binary": "Pin Data is disabled as this node's output contains binary data.",
"ndv.pinData.pin.link": "More info",
"ndv.pinData.unpin.title": "Unpin data",
"ndv.pinData.pin.multipleRuns.title": "Run #{index} was pinned",
"ndv.pinData.pin.multipleRuns.description": "This run will be outputted each time the node is run.",
"ndv.pinData.unpinAndExecute.title": "Unpin output data?",