apply-exception in inputbar/bufferFilter.focus

rewrite-with-urlplugin
Ailin Nemui 11 years ago
parent 933af6a983
commit 081c141760
  1. 2
      js/inputbar.js

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

Loading…
Cancel
Save