New tabs from "new blank tab" button on the tab bar didn't become "first-child" by the user preference automatically when it is opened. Now it works.
This commit is contained in:
parent
e466b9bccd
commit
188031b1a3
@ -2550,7 +2550,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
else if (
|
||||
parent &&
|
||||
this.getTreePref('insertNewChildAt') == this.kINSERT_FISRT &&
|
||||
(this.multipleCount == 0 || this._addedCountInThisLoop == 0)
|
||||
(this.multipleCount <= 0 || this._addedCountInThisLoop <= 0)
|
||||
) {
|
||||
/* 複数の子タブを一気に開く場合、最初に開いたタブだけを
|
||||
子タブの最初の位置に挿入し、続くタブは「最初の開いたタブ」と
|
||||
|
Loading…
Reference in New Issue
Block a user