Преглед изворни кода

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