Skip to content

Commit a538e7c

Browse files
committed
add todo
1 parent 91dee6a commit a538e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ if (document.readyState === "loading") {
423423
main();
424424
}
425425
// remove unused local storage data
426+
// TODO: when stable, remove this
426427
const used = [DICTIONARY_KEY, ...Object.keys(settings)];
427428
const unused = [...new Array(localStorage.length).keys()]
428429
.map((i) => localStorage.key(i)!)

0 commit comments

Comments
 (0)