mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
formatting
This commit is contained in:
parent
0e157341bc
commit
95a0233d98
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default {
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
window.addEventListener("keyup", e => {
|
window.addEventListener("keyup", e => {
|
||||||
if (e.key == "/" && !document.activeElement.id.startsWith('input') ) {
|
if (e.key == "/" && !document.activeElement.id.startsWith("input")) {
|
||||||
this.search = !this.search;
|
this.search = !this.search;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue