Set 'Ctrl + I' to reset request - fixed #1356

This commit is contained in:
Liyas Thomas
2020-12-02 10:23:11 +05:30
parent f279471858
commit 8afead4e39
2 changed files with 2 additions and 2 deletions

View File

@@ -2499,7 +2499,7 @@ export default {
e.preventDefault()
this.copyRequest()
}
if (e.key === "j" && (e.ctrlKey || e.metaKey)) {
if (e.key === "i" && (e.ctrlKey || e.metaKey)) {
e.preventDefault()
this.$refs.clearAll.click()
}