Skip to content

Commit

Permalink
Reload the IndexedDB database if it was reset due to background scrip…
Browse files Browse the repository at this point in the history
…t termination

(part of issue #388)
  • Loading branch information
aecreations committed May 19, 2024
1 parent 42eec91 commit f931a66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wx-src/scripts/aeClippings.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ let aeClippings = {

getDB()
{
if (! this._db) {
this.init();
}
return this._db;
},

Expand Down

0 comments on commit f931a66

Please sign in to comment.