Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit e22c6ff

Browse files
committed
fix button behaviour (#198)
1 parent 2969580 commit e22c6ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DayCell.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ class DayCell extends Component {
164164
const { styles } = this.props;
165165
return (
166166
<button
167+
type="button"
167168
onMouseEnter={this.handleMouseEvent}
168169
onMouseLeave={this.handleMouseEvent}
169170
onFocus={this.handleMouseEvent}

0 commit comments

Comments
 (0)