🐛 Fixed browser default shortcut mapping fixes #374
This commit is contained in:
@@ -2030,7 +2030,7 @@ export default {
|
|||||||
} else if (e.key === "k" && (e.ctrlKey || e.metaKey)) {
|
} else if (e.key === "k" && (e.ctrlKey || e.metaKey)) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this.copyRequest();
|
this.copyRequest();
|
||||||
} else if (e.key === "l" && (e.ctrlKey || e.metaKey)) {
|
} else if (e.key === "j" && (e.ctrlKey || e.metaKey)) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this.$refs.clearAll.click();
|
this.$refs.clearAll.click();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user