mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
moved search behind tree action button
This commit is contained in:
@@ -11,10 +11,6 @@ $(document).bind('keydown', 'alt+m', function() {
|
||||
$("#noteDetailWrapper").css("width", hidden ? "750px" : "100%");
|
||||
});
|
||||
|
||||
$(document).bind('keydown', 'alt+s', function() {
|
||||
$("input[name=search]").focus();
|
||||
});
|
||||
|
||||
// hide (toggle) everything except for the note content for distraction free writing
|
||||
$(document).bind('keydown', 'alt+t', function() {
|
||||
const date = new Date();
|
||||
|
||||
Reference in New Issue
Block a user