mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 09:43:18 +08:00
fix demo document relation map and shortcuts before db initialization
This commit is contained in:
parent
dbd2040bee
commit
420be6d8c6
2 changed files with 2 additions and 0 deletions
BIN
db/demo.tar
BIN
db/demo.tar
Binary file not shown.
|
@ -97,6 +97,8 @@ app.on('activate', () => {
|
|||
});
|
||||
|
||||
async function registerGlobalShortcuts() {
|
||||
await sqlInit.dbReady;
|
||||
|
||||
const allActions = await keyboardActionsService.getKeyboardActions();
|
||||
|
||||
for (const action of allActions) {
|
||||
|
|
Loading…
Reference in a new issue