Skip to content

Commit

Permalink
Exclude observing the attributes- childList & subtree from turbo fram…
Browse files Browse the repository at this point in the history
…e & streams mutations should suffice
  • Loading branch information
akabiru authored Dec 17, 2024
1 parent d12279e commit 05d7228
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ export default class IndexController extends Controller {
observer.observe(scrollableContainer, {
childList: true,
subtree: true,
attributes: true,
});
}

Expand Down

0 comments on commit 05d7228

Please sign in to comment.