Skip to content

Commit 296c804

Browse files
committed
feat(Item): show actions on hover * 2
1 parent e9215e6 commit 296c804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/actions/Menu/Menu.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,7 @@ export const ItemsWithActions = (props) => {
20352035
<Menu.Item
20362036
key="file3"
20372037
icon={<IconPlus />}
2038+
showActionsOnHover={true}
20382039
actions={
20392040
<>
20402041
<ItemAction

0 commit comments

Comments
 (0)