mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-02 02:51:40 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae115cca15 |
@@ -60,12 +60,15 @@ window.TomSelect = function createDynamicTomSelect(element) {
|
|||||||
]
|
]
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
onDropdownOpen: function () {
|
onDropdownOpen: function () {
|
||||||
schedulePopperUpdate(this);
|
schedulePopperUpdate(this);
|
||||||
},
|
},
|
||||||
onItemAdd: function () {
|
onItemAdd: function () {
|
||||||
|
if (this.settings.mode === 'multi') {
|
||||||
|
this.setTextboxValue();
|
||||||
|
this.refreshOptions(false);
|
||||||
|
}
|
||||||
schedulePopperUpdate(this);
|
schedulePopperUpdate(this);
|
||||||
},
|
},
|
||||||
onItemRemove: function () {
|
onItemRemove: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user