mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
individual panes of attribute list are now opened correctly
This commit is contained in:
@@ -64,7 +64,7 @@ class NoteRevision extends Entity {
|
||||
* This is the same approach as is used for Note's content.
|
||||
*/
|
||||
|
||||
/** @returns {Promise<*>} */
|
||||
/** @returns {*} */
|
||||
getContent(silentNotFoundError = false) {
|
||||
if (this.content === undefined) {
|
||||
const res = sql.getRow(`SELECT content, hash FROM note_revision_contents WHERE noteRevisionId = ?`, [this.noteRevisionId]);
|
||||
|
||||
Reference in New Issue
Block a user