Remove uneeded preventDefault
This commit is contained in:
parent
2996192c5f
commit
d5608fe7c1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue