mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that output of the query should be displayed even if Data Output window is detached from the Query Tool. Fixes #3697
This commit is contained in:
@@ -801,7 +801,7 @@ define('tools.querytool', [
|
||||
autoEdit: false,
|
||||
};
|
||||
|
||||
var $data_grid = self.$el.find('#datagrid');
|
||||
var $data_grid = $('#datagrid');
|
||||
// Calculate height based on panel size at runtime & set it
|
||||
var grid_height = $($('#editor-panel').find('.wcFrame')[1]).height() - 35;
|
||||
$data_grid.height(grid_height);
|
||||
|
||||
Reference in New Issue
Block a user