From f1fd9b2f87eee298681d24440b7f5abb9cde08bd Mon Sep 17 00:00:00 2001 From: Haileyesus Date: Mon, 23 Feb 2026 10:35:43 +0300 Subject: [PATCH] fix: convert div to button for better accessibility in commit history item --- .../git-panel/view/history/CommitHistoryItem.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/git-panel/view/history/CommitHistoryItem.tsx b/src/components/git-panel/view/history/CommitHistoryItem.tsx index 3c84cef..c7c7f85 100644 --- a/src/components/git-panel/view/history/CommitHistoryItem.tsx +++ b/src/components/git-panel/view/history/CommitHistoryItem.tsx @@ -30,8 +30,10 @@ export default function CommitHistoryItem({ }: CommitHistoryItemProps) { return (
-
@@ -52,7 +54,7 @@ export default function CommitHistoryItem({
- + {isExpanded && diff && (