diff --git a/src/App.vue b/src/App.vue index 99ef5ce..3e74e6b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -237,6 +237,11 @@ export default { event.preventDefault(); this.$refs.filterInput.focus(); } + + if (event.key === "r" && !isInput) { + event.preventDefault(); + this.fetchDeals(); + } }, parseFiltersFromUrl() {