This commit is contained in:
cristiancundari
2020-03-28 16:46:57 +01:00
committed by GitHub
parent 884be009a4
commit 44fda63a53

View File

@@ -600,6 +600,10 @@ function initializeNow(document) {
)[0];
if (oldController) {
oldController.remove();
if (node.vsc) {
delete node.dataset.vscid;
delete node.vsc;
}
}
checkForVideo(node, node.parentNode || mutation.target, true);
}