1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 14:59:26 +01:00

Tries to fixe #1245 by preventing default action

This commit is contained in:
Amir Raminfar
2021-05-24 11:49:03 -07:00
parent 1078b70190
commit fbf217b990

View File

@@ -85,6 +85,7 @@ export default {
}
this.menuWidth = this.settings.menuWidth;
hotkeys("command+k, ctrl+k", (event, handler) => {
event.preventDefault();
this.showFuzzySearch();
});
},