apply-exception in inputbar/bufferFilter.focus

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

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

Loading…
Cancel
Save