Skip to content

Commit

Permalink
Merge pull request 'fix: observe body node' from hotfix/mutation-obse…
Browse files Browse the repository at this point in the history
…rver-listen-body into develop

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/onlyoffice-nextcloud/pulls/23
  • Loading branch information
LinneyS committed Dec 13, 2024
2 parents cc434a2 + 43bf9cb commit 176a600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
}
})

mutationObserver.observe($('#app-content-vue')[0], {
mutationObserver.observe(document.querySelector('body'), {
childList: true,
subtree: true,
characterDataOldValue: true,
Expand Down

0 comments on commit 176a600

Please sign in to comment.