Remove all IndexedDB migration code

This commit is contained in:
Scott Nonnenberg 2020-04-28 14:18:41 -07:00
parent 752cd75c54
commit 464c814a95
22 changed files with 69 additions and 1673 deletions

View file

@ -58,7 +58,7 @@
cancel() {
this.remove();
if (this.reject) {
this.reject();
this.reject(new Error('User clicked cancel button'));
}
},
onKeydown(event) {