fix visible control sidebar on side

pull/3196/head
REJack 2020-12-04 09:11:51 +01:00
parent f17c1c4d68
commit 230c86dc71
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ class ControlSidebar {
const $controlSidebar = $(this._config.target)
if (!$body.hasClass(CLASS_NAME_LAYOUT_FIXED)) {
$controlSidebar.attr('style', 'display: block;')
return
}