瀏覽代碼

修改隐藏sheet页问题

Renxy 1 年之前
父節點
當前提交
2e0c968c8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/controllers/sheetBar.js

+ 1 - 1
src/controllers/sheetBar.js

@@ -801,7 +801,7 @@ export function initialSheetBar() {
 			}
 
 			if (f['hide'] == 1) {
-				break;
+				continue;
 				icon = '<i class="fa fa-low-vision" aria-hidden="true"></i>';
 				style += 'color:#BBBBBB;';
 			}