commit
71a3f00479
1 changed files with 1 additions and 1 deletions
|
@ -1103,7 +1103,7 @@ weechat.directive('inputBar', function() {
|
|||
// Alt+A -> switch to buffer with activity
|
||||
if ($event.altKey && (code === 97 || code === 65)) {
|
||||
$event.preventDefault();
|
||||
$scope.switchToActivityBuffer();
|
||||
$rootScope.switchToActivityBuffer();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue