fixed global create new day note

This commit is contained in:
zadam
2020-03-17 21:39:26 +01:00
parent c3b44b9a91
commit 72cc54a83f
6 changed files with 14 additions and 23 deletions

View File

@@ -58,7 +58,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
await ws.waitForMaxKnownSyncId();
await appContext.tabManager.getActiveTabContext().setNote(notePath);
appContext.triggerCommand('focusAndSelectTitle');
appContext.triggerEvent('focusAndSelectTitle');
};
/**