Simon Egersand
2017-11-01 689227efa649efc14117929a316bb3962cd7af7b
DateTime.js
@@ -351,10 +351,10 @@
      this.props.onChange( date );
   },
   openCalendar: function() {
      if (!this.state.open) {
   openCalendar: function( e ) {
      if ( !this.state.open ) {
         this.setState({ open: true }, function() {
            this.props.onFocus();
            this.props.onFocus( e );
         });
      }
   },