@danielgindi/selectbox 1.0.108 → 1.0.109

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.es6.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.108
2
+ * @danielgindi/selectbox 1.0.109
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  import { createElement, closestUntil, setElementAttrs, next, prev } from '@danielgindi/dom-utils/lib/Dom';
@@ -3691,7 +3691,7 @@ class SelectBox {
3691
3691
  this.openList();
3692
3692
  }
3693
3693
 
3694
- this._scheduleSync();
3694
+ this._scheduleSync('render_base');
3695
3695
  return this;
3696
3696
  }
3697
3697