From fd3f9114287aab9b5b1ed1b6b6d9d11c6f0328e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E5=BB=B7=E5=AE=89?= <73953029+nrps9909@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:27:30 +0800 Subject: [PATCH] fix: make row expand controls accessible --- src/utils/expandUtil.tsx | 10 ++- tests/ExpandRow.spec.jsx | 17 +++++ tests/Table.spec.jsx | 2 +- tests/__snapshots__/ExpandRow.spec.jsx.snap | 70 ++++++++++++++++----- 4 files changed, 83 insertions(+), 16 deletions(-) diff --git a/src/utils/expandUtil.tsx b/src/utils/expandUtil.tsx index 43fbe26a1..028050580 100644 --- a/src/utils/expandUtil.tsx +++ b/src/utils/expandUtil.tsx @@ -39,7 +39,15 @@ export function DefaultExpandIcon({ ); } - return ; + return ( +