mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an issue in the Query Tool where shortcut keys could be ignored following a query error. Fixes #3915
This commit is contained in:
committed by
Dave Page
parent
30e9673375
commit
06022dfd7e
@@ -164,6 +164,7 @@ class ExecuteQuery {
|
||||
self.sqlServerObject.resetQueryHistoryObject(self.sqlServerObject);
|
||||
|
||||
self.loadingScreen.hide();
|
||||
self.sqlServerObject.setIsQueryRunning(false);
|
||||
if (self.sqlServerObject.is_query_tool) {
|
||||
self.enableSQLEditorButtons();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user