@elderbyte/ngx-starter 15.5.0 → 15.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21917,6 +21917,7 @@ class ElderScrollbarDirective extends ElderClassHostBindingBase {
21917
21917
  * *
21918
21918
  **************************************************************************/
21919
21919
  this._size = ElderScrollbarDirective.DEFAULT_WIDTH;
21920
+ this.enabled = true; // no size input is needed, we have a default
21920
21921
  }
21921
21922
  /***************************************************************************
21922
21923
  * *