Skip to content

Commit d88e294

Browse files
committed
chore: type button
1 parent 5602599 commit d88e294

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react/v2/components/compound/editor/components/mark-button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export const MarkButton = (props: { type: MarkType }) => {
9999
variant="default"
100100
className="duration-150 ease-out transition-all h-[36px]"
101101
onClick={markOption.onClick}
102+
type="button"
102103
>
103104
<markOption.icon weight={markOption.isSelected ? 'bold' : 'regular'} />
104105
</ToolbarItem>

0 commit comments

Comments
 (0)