mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix bug
This commit is contained in:
@ -773,7 +773,7 @@ define([
|
||||
var $panel = this.getTab(tab),
|
||||
$morepanel = this.getMorePanel(tab),
|
||||
$moresection = $panel ? $panel.find('.more-box') : null;
|
||||
($moresection.length<1) && ($moresection = null);
|
||||
($moresection && $moresection.length<1) && ($moresection = null);
|
||||
return $panel ? !($panel.find('> .group').length>0 || $morepanel && $morepanel.find('.group').length>0) : false;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user