Skip to content

Commit

Permalink
When clearing documents, reset loading count
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Sep 14, 2023
1 parent 0cb38db commit f640eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/bibleview-js/src/components/BibleView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ setupEventBusListener("config_changed", async (deferred: Deferred) => {
})
setupEventBusListener("clear_document", function clearDocument() {
loadingCount.value = 0;
footNoteCount = 0;
documentsCleared();
resetHighlights();
Expand Down

0 comments on commit f640eff

Please sign in to comment.