Follow-up fix for facet panel resizing when using permalinks to restore facets (#3718)
Closes #2891.
This commit is contained in:
parent
00b108865f
commit
1289f9d9de
@ -184,6 +184,7 @@ Refine._showHideLeftPanel = function() {
|
|||||||
|
|
||||||
Refine.showLeftPanel = function() {
|
Refine.showLeftPanel = function() {
|
||||||
$('div#body').removeClass("hide-left-panel");
|
$('div#body').removeClass("hide-left-panel");
|
||||||
|
if(ui.browsingEngine == undefined || ui.browsingEngine.resize == undefined) return;
|
||||||
resizeAll();
|
resizeAll();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user