diff --git a/src/Month.jsx b/src/Month.jsx index c5a0974cf..50110a04a 100644 --- a/src/Month.jsx +++ b/src/Month.jsx @@ -351,6 +351,9 @@ let MonthView = React.createClass({ _showMore(events, date, row, slot){ let cell = findDOMNode(this._bgRows[row]).children[slot]; + //cancel any pending selections so only the event click goes through. + this.clearSelection() + if (this.props.popup) { let position = getPosition(cell, findDOMNode(this));