Skip to content

Commit

Permalink
Remove unneeded startMutationObserver call
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Nov 20, 2024
1 parent 9a3f821 commit d14a526
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Autocomplete/assets/dist/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ class default_1 extends Controller {
this.element.innerHTML = currentHtml;
this.initializeTomSelect();
this.tomSelect.setValue(currentValue);
this.startMutationObserver();
}
}
changeTomSelectDisabledState(isDisabled) {
Expand Down
2 changes: 0 additions & 2 deletions src/Autocomplete/assets/src/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,6 @@ export default class extends Controller {
this.element.innerHTML = currentHtml;
this.initializeTomSelect();
this.tomSelect.setValue(currentValue);

this.startMutationObserver();
}
}

Expand Down

0 comments on commit d14a526

Please sign in to comment.