changed: unsaved mark

This commit is contained in:
quenousimporte 2023-01-21 21:28:46 +01:00
parent 8cd0663a39
commit 0db712cea3
1 changed files with 2 additions and 2 deletions

View File

@ -1300,7 +1300,7 @@ function putontop()
function notecontentchanged()
{
resize();
markunsaved("*");
markunsaved("");
delay().then(save);
}
@ -1409,7 +1409,7 @@ function rename(newname)
currentnote.title = newname;
markunsaved("*");
markunsaved("");
save();
return "";
}