サブツリーの中の最初の子タブを閉じたときに、フォーカスするべきでないタブに
フォーカスを移してしまっていたのを修正 git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1380 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
1a20619973
commit
6b84a9c36c
@ -1209,7 +1209,7 @@ catch(e) {
|
|||||||
}
|
}
|
||||||
this.partTab(tab, true);
|
this.partTab(tab, true);
|
||||||
}
|
}
|
||||||
if (!nextFocusedTab) {
|
else if (!nextFocusedTab) {
|
||||||
nextFocusedTab = this.getNextSiblingTab(tab);
|
nextFocusedTab = this.getNextSiblingTab(tab);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user