Parcourir la source

修改隐藏sheet页问题

Renxy il y a 1 an
Parent
commit
2e0c968c8e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;';
 			}