mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
fix creating notes into options, #3517
This commit is contained in:
@@ -1358,7 +1358,7 @@ class Note extends AbstractEntity {
|
||||
}
|
||||
|
||||
isOptions() {
|
||||
return this.noteId.startsWith("options");
|
||||
return this.noteId.startsWith("_options");
|
||||
}
|
||||
|
||||
get isDeleted() {
|
||||
|
||||
Reference in New Issue
Block a user