@danielgindi/selectbox 1.0.131 → 1.0.132

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.131
2
+ * @danielgindi/selectbox 1.0.132
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  import { createElement, closestUntil, setElementAttrs, next, prev } from '@danielgindi/dom-utils/lib/Dom';
@@ -1439,7 +1439,7 @@ class DropList {
1439
1439
  position: { x: 'start', y: 'top' },
1440
1440
  anchor: { x: 'end', y: 'top' },
1441
1441
  offset: { x: 0, y: 0 },
1442
- updateWidth: true,
1442
+ updateWidth: false,
1443
1443
  });
1444
1444
 
1445
1445
  p.currentSubDropList = {