mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
got rid of .isDeleted on froca entities (the property is not available there)
This commit is contained in:
@@ -75,7 +75,7 @@ function mouseLeaveHandler() {
|
||||
}
|
||||
|
||||
async function renderTooltip(note) {
|
||||
if (note.isDeleted) {
|
||||
if (!note) {
|
||||
return '<div>Note has been deleted.</div>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user