mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-03-03 17:46:35 +00:00
Add r hotkey to refresh deals
This commit is contained in:
@@ -237,6 +237,11 @@ export default {
|
|||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
this.$refs.filterInput.focus();
|
this.$refs.filterInput.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (event.key === "r" && !isInput) {
|
||||||
|
event.preventDefault();
|
||||||
|
this.fetchDeals();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
parseFiltersFromUrl() {
|
parseFiltersFromUrl() {
|
||||||
|
|||||||
Reference in New Issue
Block a user