Skip to content

Commit ba16326

Browse files
author
dominusbelial
authored
Update tree-base.js
1 parent ae9ca42 commit ba16326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/tree-base/js/tree-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@
10131013
if ( grid.options.treeRowHeaderAlwaysVisible === false && grid.treeBase.numberLevels <= 0 ){
10141014
newVisibility = false;
10151015
}
1016-
if( rowHeader ){
1016+
if ( rowHeader ) {
10171017
if ( rowHeader.visible !== newVisibility ) {
10181018
rowHeader.visible = newVisibility;
10191019
rowHeader.colDef.visible = newVisibility;

0 commit comments

Comments
 (0)