Fixed Alt + Home
This commit is contained in:
parent
b4726218ed
commit
1a508faa84
@ -269,7 +269,7 @@ angular.module('myApp.directives', ['myApp.filters'])
|
|||||||
if (e.keyCode == 36 && !e.shiftKey && !e.ctrlKey && e.altKey) { // Alt + Home
|
if (e.keyCode == 36 && !e.shiftKey && !e.ctrlKey && e.altKey) { // Alt + Home
|
||||||
var currentSelected = $(scrollableWrap).find('.im_dialog_wrap a');
|
var currentSelected = $(scrollableWrap).find('.im_dialog_wrap a');
|
||||||
if (currentSelected.length) {
|
if (currentSelected.length) {
|
||||||
currentSelected.trigger('mousedown');
|
$(currentSelected[0]).trigger('mousedown');
|
||||||
scrollableWrap.scrollTop = 0;
|
scrollableWrap.scrollTop = 0;
|
||||||
$(dialogsWrap).nanoScroller({flash: true});
|
$(dialogsWrap).nanoScroller({flash: true});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user