mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 00:06:01 +00:00
This commit is contained in:
@@ -148,7 +148,7 @@ export default function QueryTab({
|
||||
};
|
||||
|
||||
const handleKeyDown = (data, hash, keyString, keyCode, event) => {
|
||||
if (keyCode == keycodes.f5) {
|
||||
if (keyCode == keycodes.f5 || (keyCode == keycodes.enter && event.ctrlKey)) {
|
||||
event.preventDefault();
|
||||
handleExecute();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user