瀏覽代碼

CDB: Fix separators base folding

lviguier 6 月之前
父節點
當前提交
17995815d1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      hide/comp/cdb/Table.hx

+ 3 - 0
hide/comp/cdb/Table.hx

@@ -344,6 +344,9 @@ class Table extends Component {
 			tbody.append(line.element);
 		}
 
+		for (s in separators)
+			s.refresh(false);
+
 		element.append(tbody);
 
 		if( colCount == 0 ) {