소스 검색

修改隐藏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;';
 			}