upd: note.js

typo
This commit is contained in:
2026-06-25 14:12:25 -04:00
parent fc82241bb3
commit 225a99d135
+1 -1
View File
@@ -198,7 +198,7 @@ export function validateNote() {
* @return {void} This function does not return anything. * @return {void} This function does not return anything.
*/ */
export function newNote() { export function newNote() {
notes = document.querySelector('#notes'); var notes = document.querySelector('#notes');
notes.text = ''; notes.text = '';
notes.value = ''; notes.value = '';
state.references = {}; state.references = {};