Formatting

This commit is contained in:
Abdo 2025-10-15 00:56:03 +03:00
parent 6248a71f2a
commit 9278da2c85

View file

@ -1231,8 +1231,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
});
notetypeChooser.select(chooserDefaults.notetypeId);
onNotetypeChange(chooserDefaults.notetypeId, false);
}
else if (mode !== "add" && changes.noteText) {
} else if (mode !== "add" && changes.noteText) {
reloadNote();
}
}