Set 'Ctrl + I' to reset request - fixed #1356
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user