Remove uneeded preventDefault

This commit is contained in:
Tor Hveem 2013-10-11 22:35:27 +02:00
parent 2996192c5f
commit d5608fe7c1

View file

@ -518,7 +518,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
// Handle alt-a
if($event.altKey && (code == 97 || code == 65)) {
$event.preventDefault();
$rootScope.switchToActivityBuffer();
return true;
}