We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dee6a commit a538e7cCopy full SHA for a538e7c
src/main.ts
@@ -423,6 +423,7 @@ if (document.readyState === "loading") {
423
main();
424
}
425
// remove unused local storage data
426
+// TODO: when stable, remove this
427
const used = [DICTIONARY_KEY, ...Object.keys(settings)];
428
const unused = [...new Array(localStorage.length).keys()]
429
.map((i) => localStorage.key(i)!)
0 commit comments