mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
converted more keyboard actions
This commit is contained in:
@@ -15,7 +15,7 @@ import treeChanges from './services/branches.js';
|
||||
import treeUtils from './services/tree_utils.js';
|
||||
import utils from './services/utils.js';
|
||||
import server from './services/server.js';
|
||||
import entrypoints from './services/entrypoints.js';
|
||||
import Entrypoints from './services/entrypoints.js';
|
||||
import noteTooltipService from './services/note_tooltip.js';
|
||||
import bundle from "./services/bundle.js";
|
||||
import treeCache from "./services/tree_cache.js";
|
||||
@@ -133,8 +133,6 @@ searchNotesService.init(); // should be in front of treeService since that one m
|
||||
|
||||
appContext.showWidgets();
|
||||
|
||||
entrypoints.registerEntrypoints();
|
||||
|
||||
noteTooltipService.setupGlobalTooltip();
|
||||
|
||||
noteAutocompleteService.init();
|
||||
|
||||
Reference in New Issue
Block a user