mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
Merge branch 'stable'
This commit is contained in:
@@ -270,7 +270,10 @@ class NoteDetailBook {
|
||||
return type;
|
||||
}
|
||||
|
||||
getContent() {}
|
||||
getContent() {
|
||||
// for auto-book cases when renaming title there should be content
|
||||
return "";
|
||||
}
|
||||
|
||||
show() {
|
||||
this.$component.show();
|
||||
|
||||
Reference in New Issue
Block a user