mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
generate hidden subtree declaratively
This commit is contained in:
@@ -13,7 +13,7 @@ export default class OpenNoteButtonWidget extends OnClickButtonWidget {
|
||||
if (!this.retried) {
|
||||
this.retried = true;
|
||||
|
||||
setTimeout(() => this.targetNote(noteId), 15000); // should be higher than timeout for createMissingSpecialNotes
|
||||
setTimeout(() => this.targetNote(noteId), 15000); // should be higher than timeout for checkHiddenSubtree
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user