|
|
|
@ -243,7 +243,9 @@ weechat.directive('inputBar', function() { |
|
|
|
if (!$scope.$parent.isSidebarVisible()) { |
|
|
|
if (!$scope.$parent.isSidebarVisible()) { |
|
|
|
$scope.$parent.showSidebar(); |
|
|
|
$scope.$parent.showSidebar(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
setTimeout(function() { |
|
|
|
document.getElementById('bufferFilter').focus(); |
|
|
|
document.getElementById('bufferFilter').focus(); |
|
|
|
|
|
|
|
}); |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|