Browse Source

Fixed blur search field

master
Igor Zhukov 10 years ago
parent
commit
32298a8417
  1. 2
      app/js/directives.js

2
app/js/directives.js

@ -47,7 +47,7 @@ angular.module('myApp.directives', ['myApp.filters']) @@ -47,7 +47,7 @@ angular.module('myApp.directives', ['myApp.filters'])
searchFocused = e.type == 'focus';
if (!searchFocused) {
$(scrollableWrap).find('.im_dialog_selected').removeClass('.im_dialog_selected');
$(scrollableWrap).find('.im_dialog_selected').removeClass('im_dialog_selected');
}
});

Loading…
Cancel
Save