タブバーを自動で隠す設定を解除した後、ブラウザ領域がズレたままになってしまうことがある問題に対処
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3055 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
90c0b0865b
commit
07892afb28
@ -1761,10 +1761,16 @@ catch(e) {
|
||||
this.getTreePref('tabbar.autoShow.tabSwitch') ||
|
||||
this.getTreePref('tabbar.autoShow.feedback')
|
||||
)
|
||||
)
|
||||
) {
|
||||
this.startListenKeyEvents();
|
||||
else
|
||||
}
|
||||
else {
|
||||
this.endListenKeyEvents();
|
||||
}
|
||||
window.setTimeout(function() {
|
||||
window.resizeBy(-1,-1);
|
||||
window.resizeBy(1,1);
|
||||
}, 0);
|
||||
break;
|
||||
|
||||
case 'extensions.treestyletab.tabbar.width':
|
||||
|
Loading…
Reference in New Issue
Block a user