mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
note tooltip displays the whole note with scrollbar, other behavior changes. closes #4120
This commit is contained in:
@@ -15,9 +15,7 @@ function getNote(req) {
|
||||
}
|
||||
|
||||
function getNoteBlob(req) {
|
||||
const preview = req.query.preview === 'true';
|
||||
|
||||
return blobService.getBlobPojo('notes', req.params.noteId, { preview });
|
||||
return blobService.getBlobPojo('notes', req.params.noteId);
|
||||
}
|
||||
|
||||
function getNoteMetadata(req) {
|
||||
|
||||
Reference in New Issue
Block a user