mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
introduced NoteFull entity, fixes
This commit is contained in:
@@ -20,7 +20,7 @@ class Note extends Entity {
|
||||
}
|
||||
|
||||
isJson() {
|
||||
return this.type === "code" && this.mime === "application/json";
|
||||
return this.mime === "application/json";
|
||||
}
|
||||
|
||||
isJavaScript() {
|
||||
|
||||
Reference in New Issue
Block a user