mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Focus on the filter textarea when opening filter options in the query tool.
This commit is contained in:
committed by
Dave Page
parent
cf1440f41d
commit
af2722faa3
@@ -2707,6 +2707,8 @@ define('tools.querytool', [
|
||||
self.gridView.filter_obj.setValue('');
|
||||
else
|
||||
self.gridView.filter_obj.setValue(res.data.result);
|
||||
// Set focus on filter area
|
||||
self.gridView.filter_obj.focus();
|
||||
} else {
|
||||
setTimeout(
|
||||
function () {
|
||||
|
Reference in New Issue
Block a user