Skip to content

Commit

Permalink
fix(html): add k-grid-aria-root to Treelist in Gantt
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes committed Nov 14, 2024
1 parent 8917832 commit 6164bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/html/src/gantt/templates/gantt-normal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const GanttNormal = ({ flexBasis = "30%", gridContentHeight = "530px", ta
{other.children ||
<Splitter className="k-gantt-splitter" children={[
<SplitterPane key="gantt-treelist-pane" className="k-gantt-treelist" flexBasis={flexBasis}>
<TreeList>
<TreeList _renderAriaRoot>
<GridHeader>
<div className="k-grid-header-wrap">
<GridHeaderTable style={{ minWidth: "250px" }}>
Expand Down
2 changes: 1 addition & 1 deletion packages/html/src/gantt/templates/gantt-row-reordering.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const GanttRowReordering = ({ flexBasis = "30%", gridContentHeight = "530
{other.children ||
<Splitter className="k-gantt-splitter" children={[
<SplitterPane key="gantt-treelist-pane" className="k-gantt-treelist" flexBasis={flexBasis}>
<TreeList>
<TreeList _renderAriaRoot>
<GridHeader>
<div className="k-grid-header-wrap">
<GridHeaderTable style={{ minWidth: "250px" }}>
Expand Down

0 comments on commit 6164bae

Please sign in to comment.