mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
state management fixes
This commit is contained in:
@@ -183,6 +183,8 @@ async function renderComponent(ctx) {
|
||||
ctx.$noteTitle.show(); // this can be hidden by empty detail
|
||||
ctx.$noteTitle.removeAttr("readonly"); // this can be set by protected session service
|
||||
|
||||
await ctx.initComponent();
|
||||
|
||||
await ctx.getComponent().render();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user