feat: remove ctrl+f override

pull/3756/head
Laurynas Gadliauskas 2023-01-17 17:08:04 +02:00
parent 5a380b79d2
commit 9a1b39e429
1 changed files with 0 additions and 4 deletions

View File

@ -518,10 +518,6 @@ export default {
let key = String.fromCharCode(event.which).toLowerCase();
switch (key) {
case "f":
event.preventDefault();
this.$store.commit("showHover", "search");
break;
case "c":
case "x":
this.copyCut(event, key);