Skip to content

Commit

Permalink
Revert "Exclude observing the attributes- childList & subtree from tu…
Browse files Browse the repository at this point in the history
…rbo frame & streams mutations should suffice"

This reverts commit 05d7228.
  • Loading branch information
akabiru committed Dec 17, 2024
1 parent 05d7228 commit d965038
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ export default class IndexController extends Controller {
observer.observe(scrollableContainer, {
childList: true,
subtree: true,
attributes: true,
});
}

Expand Down

0 comments on commit d965038

Please sign in to comment.