docs: move TODO.md to README
This commit is contained in:
parent
56fd9467f7
commit
a90a877aed
3 changed files with 8 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
if (browser) {
|
||||
const savedText = localStorage.getItem('text');
|
||||
if (savedText !== null) {
|
||||
text = savedText; // Ensure reactivity
|
||||
text = savedText;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue