Fix: Brozzler not detecting the end of the capture

This commit is contained in:
Corentin Barreau 2019-09-19 23:23:05 +02:00
parent 152b95a3ca
commit 36d3fdd723

View File

@ -154,9 +154,9 @@ class UmbraBehavior {
// an element we want to open. No need to track
// the close selectors
if (type == "open") {
this.idleSince = null;
this.alreadyDone.push(target);
}
this.idleSince = null;
}
start() {