Skip to content

Commit

Permalink
[5.x] Remove legacy code that likely caused issues typing 'f' in asse…
Browse files Browse the repository at this point in the history
…t file rename field (#10777)
  • Loading branch information
steveparks authored Sep 6, 2024
1 parent e139e0d commit a1160e6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions resources/js/components/data-list/HasFilters.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ export default {

},

created() {
this.$keys.bind('f', e => {
e.preventDefault();
this.handleShowFilters();
});
},

methods: {

searchChanged(query) {
Expand Down

0 comments on commit a1160e6

Please sign in to comment.