diff --git a/src/common/Popup/Popup.js b/src/common/Popup/Popup.js index bf6bbf2e9..76bd42d4a 100644 --- a/src/common/Popup/Popup.js +++ b/src/common/Popup/Popup.js @@ -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') {