mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix demo document relation map and shortcuts before db initialization
This commit is contained in:
parent
dbd2040bee
commit
420be6d8c6
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…
x
Reference in New Issue
Block a user