mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 18:02:13 +00:00
characterData added to Popup observer criteria
This commit is contained in:
parent
3732b1e427
commit
b25d6e3b52
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ class Popup extends Component {
|
|||
this.popupMutationObserver.observe(document.documentElement, {
|
||||
childList: true,
|
||||
attributes: true,
|
||||
characterData: true,
|
||||
subtree: true
|
||||
});
|
||||
if (typeof this.props.onOpen === 'function') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue