mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-11 07:50:24 -04:00
Fix: Brozzler not detecting the end of the capture
This commit is contained in:
parent
7c433e441c
commit
a8a6e8f978
1 changed files with 1 additions and 1 deletions
|
@ -154,9 +154,9 @@ class UmbraBehavior {
|
||||||
// an element we want to open. No need to track
|
// an element we want to open. No need to track
|
||||||
// the close selectors
|
// the close selectors
|
||||||
if (type == "open") {
|
if (type == "open") {
|
||||||
|
this.idleSince = null;
|
||||||
this.alreadyDone.push(target);
|
this.alreadyDone.push(target);
|
||||||
}
|
}
|
||||||
this.idleSince = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue