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 Feb 16, 2024
1 parent 71be8c9 commit 55cc7a2
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 @@ -126,7 +126,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 @@ -340,8 +340,6 @@ export default class extends Controller {
this.element.innerHTML = currentHtml;
this.initializeTomSelect();
this.tomSelect.setValue(currentValue);

this.startMutationObserver();
}
}

Expand Down

0 comments on commit 55cc7a2

Please sign in to comment.