mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix cell selection window alignment for the updated SlickGrid.
This commit is contained in:
parent
94aa5487fb
commit
9af29364c7
@ -17,8 +17,14 @@ define([
|
||||
var _ranges = [];
|
||||
var _self = this;
|
||||
var _selector = new Slick.CellRangeSelector({
|
||||
'selectionCss': {
|
||||
'border': '2px solid black',
|
||||
selectionCss: {
|
||||
border: '2px solid black',
|
||||
},
|
||||
offset: {
|
||||
top: 0,
|
||||
left: -1,
|
||||
height: 2,
|
||||
width: 1,
|
||||
},
|
||||
});
|
||||
var _options;
|
||||
|
Loading…
Reference in New Issue
Block a user