fix: column splitter appearance
This commit is contained in:
@ -1302,7 +1302,7 @@ export class Grid {
|
||||
});
|
||||
}
|
||||
if (typeof this.onSelectedRowChanged === 'function') {
|
||||
this.onSelectedRowChanged(selectedIndex);
|
||||
this.onSelectedRowChanged(-1);
|
||||
}
|
||||
this._var.selectedColumnIndex = -1;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user