mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 10:18:38 +09:00
[PALEMOON] Fix typo in tabbrowser.xml
This commit is contained in:
parent
b3ac5a3cd1
commit
5aa392974c
1 changed files with 1 additions and 1 deletions
|
|
@ -4525,7 +4525,7 @@
|
|||
let targetTab = this._getDragTargetTab(event);
|
||||
let userContextId = this.selectedItem
|
||||
.getAttribute("usercontextid") || 0;
|
||||
let replace = !(!tab || dropEffect == "copy");
|
||||
let replace = !(!targetTab || dropEffect == "copy");
|
||||
let newIndex = this._getDropIndex(event);
|
||||
let urls = links.map(link => link.url);
|
||||
this.tabbrowser.loadTabs(urls, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue