apply-exception in inputbar/bufferFilter.focus
This commit is contained in:
parent
933af6a983
commit
081c141760
1 changed files with 3 additions and 1 deletions
|
@ -243,7 +243,9 @@ weechat.directive('inputBar', function() {
|
|||
if (!$scope.$parent.isSidebarVisible()) {
|
||||
$scope.$parent.showSidebar();
|
||||
}
|
||||
document.getElementById('bufferFilter').focus();
|
||||
setTimeout(function() {
|
||||
document.getElementById('bufferFilter').focus();
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue