1. 打开项目时,左侧目录应按创建文档时的实际选择默认展开或收起

pull/822/head
wanghaima 2022-10-28 19:25:20 +08:00
parent d3993a2f08
commit 2862cb78c0
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ $(function () {
});
window.menuControl = true;
window.menuSetting = "open" ;
// window.menuSetting = "open" ;
if (menuSetting == 'open' || menuSetting == 'first') {
$('#handlerMenuShow').find('span').text('{{i18n .Lang "doc.fold"}}');
$('#handlerMenuShow').find('i').attr("class","fa fa-angle-down");