Skip to content

Commit 2f827a5

Browse files
authored
Merge branch 'main' into am-tanstart-start
2 parents 243f6d3 + adbee84 commit 2f827a5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"react": "^19.1.0",
8989
"react-dom": "^19.1.0",
9090
"rolldown": "^1.0.0-beta.28",
91-
"rolldown-plugin-dts": "^0.14.2",
92-
"typescript": "~5.8.2",
91+
"rolldown-plugin-dts": "^0.15.1",
92+
"typescript": "~5.9.2",
9393
"vite": "npm:rolldown-vite@^7.0.1",
9494
"vitest": "^3.2.4",
9595
"vitest-browser-react": "^1.0.0"

src/HeaderCell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ function ResizeHandle<R, SR>({
370370

371371
return (
372372
<div
373+
aria-hidden
373374
className={resizeHandleClassname}
374375
onClick={stopPropagation}
375376
onPointerDown={onPointerDown}

0 commit comments

Comments
 (0)