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()) {
|
if (!$scope.$parent.isSidebarVisible()) {
|
||||||
$scope.$parent.showSidebar();
|
$scope.$parent.showSidebar();
|
||||||
}
|
}
|
||||||
|
setTimeout(function() {
|
||||||
document.getElementById('bufferFilter').focus();
|
document.getElementById('bufferFilter').focus();
|
||||||
|
});
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue