Skip to content

Commit 449162d

Browse files
authored
bugfix(react-tree-item): regression fix for focus and blur events on TreeItem (#30436)
1 parent 9d0b904 commit 449162d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "bugfix: regression fix for focus and blur events on TreeItem",
4+
"packageName": "@fluentui/react-tree",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/react-components/react-tree/src/components/TreeItem/useTreeItem.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ export function useTreeItem_unstable(props: TreeItemProps, ref: React.Ref<HTMLDi
4040
const {
4141
onClick,
4242
onKeyDown,
43-
onMouseOver,
44-
onFocus,
45-
onMouseOut,
46-
onBlur,
4743
onChange,
4844
as = 'div',
4945
itemType = 'leaf',

0 commit comments

Comments
 (0)