diff options
Diffstat (limited to 'public/js/semantic.dropdown.custom.js')
-rw-r--r-- | public/js/semantic.dropdown.custom.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/semantic.dropdown.custom.js b/public/js/semantic.dropdown.custom.js index 1745869fbf..82e6efb2ec 100644 --- a/public/js/semantic.dropdown.custom.js +++ b/public/js/semantic.dropdown.custom.js @@ -997,7 +997,7 @@ $.fn.dropdown = function(parameters) { ; if(hasSelected && !module.is.multiple()) { module.debug('Forcing partial selection to selected item', $selectedItem); - $selectedItem[0].click(); + module.event.item.click.call($selectedItem, {}, true); return; } else { |