タブの挿入を常にアニメーション処理するようにした
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4071 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
569c39d4f2
commit
81e37bc09a
@ -1389,6 +1389,11 @@ TreeStyleTabBrowser.prototype = {
|
||||
this.multipleCount++;
|
||||
}
|
||||
|
||||
if (this.animationEnabled) {
|
||||
this.updateTabCollapsed(tab, true, true);
|
||||
this.updateTabCollapsed(tab, false);
|
||||
}
|
||||
|
||||
this.showTabbarForFeedback();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user