Browse Source

修改隐藏sheet页问题

Renxy 1 year ago
parent
commit
2e0c968c8e
1 changed files with 1 additions and 1 deletions
  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;';
 			}