Remove focus from folder search toggle icon (#4062)
This commit is contained in:
parent
8db4a68da1
commit
ac4ed0ff19
1 changed files with 3 additions and 0 deletions
|
@ -377,6 +377,9 @@ $(document).ready(function(e){
|
|||
box = $('#calendars .listsearchbox'),
|
||||
dir = box.is(':visible') ? -1 : 1;
|
||||
|
||||
if (!rcube_event.is_keyboard(e))
|
||||
$(this).blur();
|
||||
|
||||
box.slideToggle({
|
||||
duration: 160,
|
||||
progress: function(animation, progress) {
|
||||
|
|
Loading…
Add table
Reference in a new issue