Skip to content

Commit

Permalink
fix(midi-components): revert deepMerge to avoid TypeError
Browse files Browse the repository at this point in the history
Fixes #14197
  • Loading branch information
git-developer committed Jan 20, 2025
1 parent c327cf1 commit 10c654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/midi-components-0.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
});
}

script.deepMerge(this, newLayer);
_.merge(this, newLayer);

if (reconnectComponents === true) {
this.forEachComponent(function(component) {
Expand Down

0 comments on commit 10c654d

Please sign in to comment.