diff --git a/frontend/src/views/files/Listing.vue b/frontend/src/views/files/Listing.vue index 4c777115..61bc600a 100644 --- a/frontend/src/views/files/Listing.vue +++ b/frontend/src/views/files/Listing.vue @@ -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);