mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
fix open in tabs in trees
This commit is contained in:
parent
7bf4877217
commit
1afd964704
@ -579,7 +579,7 @@ var BookmarksCommand = {
|
||||
if (target) {
|
||||
var uri = target.QueryInterface(kRDFLITIID).Value;
|
||||
if (index < tabCount)
|
||||
tabPanels[index].loadURI(uri, null, nsIWebNavigation.LOAD_FLAGS_NONE);
|
||||
tabPanels[index].loadURI(uri);
|
||||
else
|
||||
browser.addTab(uri);
|
||||
++index;
|
||||
|
Loading…
Reference in New Issue
Block a user