mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
Fixed the bug that notes in different formats cannot be restoredRevisioned
This commit is contained in:
parent
62a884cb5a
commit
a557b82c83
@ -2,7 +2,6 @@
|
||||
|
||||
import beccaService from "../../becca/becca_service.js";
|
||||
import revisionService from "../../services/revisions.js";
|
||||
import optionService from "../../services/options.js";
|
||||
import utils from "../../services/utils.js";
|
||||
import sql from "../../services/sql.js";
|
||||
import cls from "../../services/cls.js";
|
||||
@ -147,6 +146,8 @@ function restoreRevision(req: Request) {
|
||||
}
|
||||
|
||||
note.title = revision.title;
|
||||
note.mime = revision.mime;
|
||||
note.type = revision.type as any;
|
||||
note.setContent(revisionContent, { forceSave: true });
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user