This commit is contained in:
euvl
2017-10-18 09:49:23 +01:00

View File

@@ -586,6 +586,7 @@
if (this.mutationObserver) {
this.mutationObserver.observe(this.$refs.modal, {
childList: true,
attributes: true,
subtree: true
})
}