Merge pull request #623 from cristiancundari/patch-1

Fixing #609
This commit is contained in:
Chad Bailey
2020-03-28 20:54:47 -05:00
committed by GitHub

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);
}