fix(editor): Show pin button on binary output but disable it with tooltip (#8388)

This commit is contained in:
Csaba Tuncsik
2024-01-26 06:54:49 +01:00
committed by GitHub
parent dafacb90c6
commit caab97e667
4 changed files with 212 additions and 47 deletions

View File

@@ -820,6 +820,7 @@
"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.binary": "Pin Data is disabled as this node's output contains binary data.",
"ndv.pinData.pin.link": "More info",
"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.",