Skip to content
Snippets Groups Projects
Commit b46ffd38 authored by Karl Prieb's avatar Karl Prieb
Browse files

open sidenav on cmd + p

parent 4de5753d
No related merge requests found
......@@ -2482,6 +2482,7 @@ label.required::after {
border-radius: 0;
padding: 25px 0 0 8px;
direction: rtl;
text-align: left;
.popup-item {
white-space: nowrap;
......
......@@ -26,5 +26,5 @@
</template>
<template name="toolbarSearchListEmpty">
{{_ "Room_not_found"}}
{{_ "No_results_found"}}
</template>
......@@ -14,6 +14,7 @@ const toolbarSearch = {
},
focus() {
menu.open();
$('.toolbar-search__input').focus();
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment