Skip to content

Commit

Permalink
Reset delay inside of stop().
Browse files Browse the repository at this point in the history
This fixes an issue where exploring could not be resumed after errors, like
missing a title.
  • Loading branch information
Mike Castle committed Sep 21, 2024
1 parent 360eeb8 commit c9184b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ window.plugin.explore.State = class {
this.#stopTime = new Date();
this.#processTime = null;
}
this.delay = null;
this.#exploring = false;
this.#populateDialog();
}
Expand Down

0 comments on commit c9184b3

Please sign in to comment.