characterData added to Popup observer criteria

This commit is contained in:
NikolaBorislavovHristov 2019-01-21 15:56:33 +02:00
parent 3732b1e427
commit b25d6e3b52

View file

@ -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') {