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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user