mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +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