mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
start of the refactoring to widget system
This commit is contained in:
@@ -46,7 +46,6 @@ function registerEntrypoints() {
|
||||
$("#enter-protected-session-button").on('click', protectedSessionService.enterProtectedSession);
|
||||
$("#leave-protected-session-button").on('click', protectedSessionService.leaveProtectedSession);
|
||||
|
||||
$("#toggle-search-button").on('click', searchNotesService.toggleSearch);
|
||||
keyboardActionService.setGlobalActionHandler('SearchNotes', searchNotesService.toggleSearch);
|
||||
|
||||
const $noteTabContainer = $("#note-tab-container");
|
||||
|
||||
Reference in New Issue
Block a user