fix: default key_name to 'resolutions' on new ProjectResolution node

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-03 01:24:58 +02:00
parent ca26da303c
commit cf8496ec08
+1 -1
View File
@@ -65,7 +65,7 @@ app.registerExtension({
node.title = value ? `Resolution: ${value}` : "Project Resolution";
app.graph?.setDirtyCanvas(true, true);
});
if (keyCombo) keyCombo.value = "";
if (keyCombo && !keyCombo.value) keyCombo.value = "resolutions";
queueMicrotask(() => {
if (!this._configured) {