fixed: save data after creating a new note

This commit is contained in:
quenousimporte 2023-10-09 12:46:01 +02:00
parent bc2fd50836
commit 4196b5b6b3
1 changed files with 1 additions and 0 deletions

View File

@ -2241,6 +2241,7 @@ function startnewnote()
if (title) if (title)
{ {
loadnote(title); loadnote(title);
datachanged();
} }
} }