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