Skip to content

Commit

Permalink
fix: variables for connections not being removed when removing connec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Julusian committed Sep 17, 2024
1 parent eb3cce3 commit be7e640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions companion/lib/Instance/Controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ class Instance extends CoreBase {
// forward cleanup elsewhere
this.definitions.forgetConnection(id)
this.#variablesController.values.forgetConnection(id, label)
this.#variablesController.definitions.forgetConnection(id, label)
this.controls.forgetConnection(id)
}

Expand Down

0 comments on commit be7e640

Please sign in to comment.