Ver Fonte

修改隐藏sheet页问题

Renxy há 1 ano atrás
pai
commit
2e0c968c8e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/controllers/sheetBar.js

+ 1 - 1
src/controllers/sheetBar.js

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