fix: column splitter appearance

This commit is contained in:
2024-02-04 13:58:37 +08:00
parent a74436ac1f
commit 3fb191ee13
2 changed files with 15 additions and 13 deletions

View File

@ -1302,7 +1302,7 @@ export class Grid {
});
}
if (typeof this.onSelectedRowChanged === 'function') {
this.onSelectedRowChanged(selectedIndex);
this.onSelectedRowChanged(-1);
}
this._var.selectedColumnIndex = -1;
return;