@danielgindi/selectbox 1.0.108 → 1.0.110

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.
package/dist/lib.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.108
2
+ * @danielgindi/selectbox 1.0.110
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -11741,7 +11741,7 @@ var SelectBox = /*#__PURE__*/function () {
11741
11741
  this.openList();
11742
11742
  }
11743
11743
 
11744
- this._scheduleSync();
11744
+ this._scheduleSync('render_base');
11745
11745
  return this;
11746
11746
  }
11747
11747