state management fixes

This commit is contained in:
zadam
2019-08-28 20:29:10 +02:00
parent ff1d312a43
commit 650d9e0b27
8 changed files with 20 additions and 16 deletions

View File

@@ -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();
}