mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Fix: Brozzler not detecting the end of the capture
This commit is contained in:
parent
7c433e441c
commit
a8a6e8f978
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user