Skip to content

Commit

Permalink
Merge pull request #646 from lumapps/fix/ios-dropdown
Browse files Browse the repository at this point in the history
fix(dropdown): add timeout for ios
  • Loading branch information
philippeBchn authored Dec 4, 2019
2 parents be78f6a + 8aa50c5 commit 281f2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dropdown/js/dropdown_directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
function onDocumentClick() {
$timeout(function nextDigest() {
LxDropdownService.close(lxDropdown.uuid, true);
})
}, 250)
}

function openDropdownMenu()
Expand Down

0 comments on commit 281f2af

Please sign in to comment.