adjust sticky columns on nav width resize
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
This commit is contained in:
parent
b7bef8471a
commit
009619dfd0
@ -825,6 +825,9 @@ var ResizeHandler = function () {
|
||||
var pos = event.data.resize_handler.getPos(event);
|
||||
event.data.resize_handler.setWidth(pos);
|
||||
}
|
||||
if($('#sticky_columns').length !== 0) {
|
||||
handleStickyColumns();
|
||||
}
|
||||
};
|
||||
/**
|
||||
* Event handler for collapsing the panel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user