v2 up a9g002joi

This commit is contained in:
2018-12-17 16:42:46 +01:00
parent 43d0da95b2
commit dadca832ce
3 changed files with 4 additions and 4 deletions

View File

@@ -1431,7 +1431,7 @@ class AutomaticDispose {
if (mutation.attributeName === "style") {
setTimeout(function () {
alarming()
}, 100);
}, 500);
}
});
});