You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to adaptlearning/adapt-contrib-slider#204, setupModelItems is called before _setupLinkedModel, meaning the scale can be incorrectly displayed because the range values from the linked model are not used when setting _items.
The text was updated successfully, but these errors were encountered:
…#111)
* Fix: `linkedModel` values not correctly setup on scale when inherited (fixes#110).
* Restrict `_scaleStep` to a positive number in the latest schema. Amended `_linkedToId` validity check.
* Changed _scaleEnd schema default from 1 to 10.
In addition to adaptlearning/adapt-contrib-slider#204,
setupModelItems
is called before_setupLinkedModel
, meaning the scale can be incorrectly displayed because the range values from the linked model are not used when setting_items
.The text was updated successfully, but these errors were encountered: