Browse Source

CDB: Fix separators base folding

lviguier 6 months ago
parent
commit
17995815d1
1 changed files with 3 additions and 0 deletions
  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 ) {