File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -354,11 +354,11 @@ class DateRangePicker extends BaseComponent {
354
354
this . _startDate = date
355
355
this . _calendarDate = date
356
356
this . _calendar . update ( this . _getCalendarConfig ( ) )
357
-
358
- EventHandler . trigger ( this . _element , EVENT_START_DATE_CHANGE , {
359
- date
360
- } )
361
357
}
358
+
359
+ EventHandler . trigger ( this . _element , EVENT_START_DATE_CHANGE , {
360
+ date
361
+ } )
362
362
} )
363
363
364
364
EventHandler . on ( this . _startInput . form , EVENT_SUBMIT , ( ) => {
@@ -396,11 +396,11 @@ class DateRangePicker extends BaseComponent {
396
396
this . _endDate = date
397
397
this . _calendarDate = date
398
398
this . _calendar . update ( this . _getCalendarConfig ( ) )
399
-
400
- EventHandler . trigger ( this . _element , EVENT_END_DATE_CHANGE , {
401
- date
402
- } )
403
399
}
400
+
401
+ EventHandler . trigger ( this . _element , EVENT_END_DATE_CHANGE , {
402
+ date
403
+ } )
404
404
} )
405
405
406
406
EventHandler . on ( window , EVENT_RESIZE , ( ) => {
You can’t perform that action at this time.
0 commit comments