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 {
354354 this . _startDate = date
355355 this . _calendarDate = date
356356 this . _calendar . update ( this . _getCalendarConfig ( ) )
357-
358- EventHandler . trigger ( this . _element , EVENT_START_DATE_CHANGE , {
359- date
360- } )
361357 }
358+
359+ EventHandler . trigger ( this . _element , EVENT_START_DATE_CHANGE , {
360+ date
361+ } )
362362 } )
363363
364364 EventHandler . on ( this . _startInput . form , EVENT_SUBMIT , ( ) => {
@@ -396,11 +396,11 @@ class DateRangePicker extends BaseComponent {
396396 this . _endDate = date
397397 this . _calendarDate = date
398398 this . _calendar . update ( this . _getCalendarConfig ( ) )
399-
400- EventHandler . trigger ( this . _element , EVENT_END_DATE_CHANGE , {
401- date
402- } )
403399 }
400+
401+ EventHandler . trigger ( this . _element , EVENT_END_DATE_CHANGE , {
402+ date
403+ } )
404404 } )
405405
406406 EventHandler . on ( window , EVENT_RESIZE , ( ) => {
You can’t perform that action at this time.
0 commit comments