Follow-up fix for facet panel resizing when using permalinks to restore facets (#3718)

Closes #2891.
This commit is contained in:
Antoine Beaubien 2021-03-15 04:00:50 -04:00 committed by GitHub
parent 00b108865f
commit 1289f9d9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,6 +184,7 @@ Refine._showHideLeftPanel = function() {
Refine.showLeftPanel = function() {
$('div#body').removeClass("hide-left-panel");
if(ui.browsingEngine == undefined || ui.browsingEngine.resize == undefined) return;
resizeAll();
};