File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -589,9 +589,10 @@ class RangeSlider extends BaseComponent {
589589 ...dataAttributes ,
590590 ...( typeof config === 'object' && config ? config : { } )
591591 }
592- config = this . _mergeConfigObj ( config )
592+ config = this . _mergeConfigObj ( config , this . _element )
593593 config = this . _configAfterMerge ( config )
594594 this . _typeCheckConfig ( config )
595+
595596 return config
596597 }
597598
Original file line number Diff line number Diff line change @@ -470,9 +470,10 @@ class Rating extends BaseComponent {
470470 ...dataAttributes ,
471471 ...( typeof config === 'object' && config ? config : { } )
472472 }
473- config = this . _mergeConfigObj ( config )
473+ config = this . _mergeConfigObj ( config , this . _element )
474474 config = this . _configAfterMerge ( config )
475475 this . _typeCheckConfig ( config )
476+
476477 return config
477478 }
478479
You can’t perform that action at this time.
0 commit comments