diff --git a/src/LGraphCanvas.ts b/src/LGraphCanvas.ts index 17d46b870..eb67f6c2a 100644 --- a/src/LGraphCanvas.ts +++ b/src/LGraphCanvas.ts @@ -5329,6 +5329,7 @@ export class LGraphCanvas implements ConnectionColorContext { this.setDirty(false, true) } catch (error) { console.error(error) + } finally { this.emitAfterChange() } break