Final updates for v2.0 #29

Merged
ryan merged 14 commits from 1.3 into main 2026-06-25 14:52:13 -04:00
Showing only changes of commit 225a99d135 - Show all commits
+1 -1
View File
@@ -198,7 +198,7 @@ export function validateNote() {
* @return {void} This function does not return anything.
*/
export function newNote() {
notes = document.querySelector('#notes');
var notes = document.querySelector('#notes');
notes.text = '';
notes.value = '';
state.references = {};