mirror of
https://github.com/zadam/trilium.git
synced 2025-12-30 19:24:24 +01:00
fix(print): skip files from being printed
This commit is contained in:
parent
2afc8d181d
commit
84c40eb233
@ -86,6 +86,10 @@ function isNotePrintable(note: FNote) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (note.type === "file") {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user