mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
small tweaks
This commit is contained in:
@@ -86,8 +86,9 @@ function downloadNoteRevision(req, res) {
|
||||
function eraseOneNoteRevision(noteRevision) {
|
||||
noteRevision.isErased = true;
|
||||
noteRevision.title = null;
|
||||
noteRevision.setContent(null);
|
||||
noteRevision.save();
|
||||
|
||||
noteRevision.setContent(null);
|
||||
}
|
||||
|
||||
function eraseAllNoteRevisions(req) {
|
||||
|
||||
Reference in New Issue
Block a user