Fixed blur search field
This commit is contained in:
parent
68496f8f62
commit
32298a8417
@ -47,7 +47,7 @@ angular.module('myApp.directives', ['myApp.filters'])
|
|||||||
searchFocused = e.type == 'focus';
|
searchFocused = e.type == 'focus';
|
||||||
|
|
||||||
if (!searchFocused) {
|
if (!searchFocused) {
|
||||||
$(scrollableWrap).find('.im_dialog_selected').removeClass('.im_dialog_selected');
|
$(scrollableWrap).find('.im_dialog_selected').removeClass('im_dialog_selected');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user