Skip to content

Commit 6ebb3bb

Browse files
committed
rebuilding Dist
1 parent 0f3a12b commit 6ebb3bb

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

dist/js/selectize.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2355,6 +2355,7 @@ $.extend(Selectize.prototype, {
23552355
self.refreshState();
23562356
self.$dropdown.css({ visibility: 'hidden', display: 'block' });
23572357
self.setupDropdownHeight();
2358+
self.positionDropdown();
23582359
self.$dropdown.css({visibility: 'visible'});
23592360
self.trigger('dropdown_open', self.$dropdown);
23602361
},
@@ -3000,7 +3001,7 @@ Selectize.define("auto_position", function () {
30003001
controlPosBottom - dropdownHeight - wrapperHeight >= 0 ?
30013002
POSITION.top :
30023003
POSITION.bottom;
3003-
const w = this.$wrapper[0].style.width !== 'fit-content' ? this.settings.dropdownParent === 'body' ? 'max-content' : '100%' : 'max-content';
3004+
let w = this.$wrapper[0].style.width !== 'fit-content' ? this.settings.dropdownParent === 'body' ? 'max-content' : '100%' : 'max-content';
30043005
const styles = {
30053006
width: w,
30063007
minWidth : $control.outerWidth(true),

dist/js/selectize.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/selectize.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2355,6 +2355,7 @@ $.extend(Selectize.prototype, {
23552355
self.refreshState();
23562356
self.$dropdown.css({ visibility: 'hidden', display: 'block' });
23572357
self.setupDropdownHeight();
2358+
self.positionDropdown();
23582359
self.$dropdown.css({visibility: 'visible'});
23592360
self.trigger('dropdown_open', self.$dropdown);
23602361
},
@@ -3000,7 +3001,7 @@ Selectize.define("auto_position", function () {
30003001
controlPosBottom - dropdownHeight - wrapperHeight >= 0 ?
30013002
POSITION.top :
30023003
POSITION.bottom;
3003-
const w = this.$wrapper[0].style.width !== 'fit-content' ? this.settings.dropdownParent === 'body' ? 'max-content' : '100%' : 'max-content';
3004+
let w = this.$wrapper[0].style.width !== 'fit-content' ? this.settings.dropdownParent === 'body' ? 'max-content' : '100%' : 'max-content';
30043005
const styles = {
30053006
width: w,
30063007
minWidth : $control.outerWidth(true),

docs/static/js/selectize.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)