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

Commit b6e92e4

Browse files
authored
Merge pull request #207 from Adphorus/hotfix/firefox-year-picker
Firefox month/year selection bug
2 parents 62e3123 + 3f7e3ea commit b6e92e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class Calendar extends PureComponent {
166166
const lowerYearLimit = minDate.getFullYear();
167167
const styles = this.styles;
168168
return (
169-
<div className={styles.monthAndYearWrapper}>
169+
<div onMouseUp={e => e.stopPropagation()} className={styles.monthAndYearWrapper}>
170170
{showMonthArrow ? (
171171
<button
172172
type="button"

0 commit comments

Comments
 (0)