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