mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
[PALEMOON] Fix a function "middleMousePaste" ("Save") in browser.js
This commit is contained in:
parent
5aa392974c
commit
3092fc9902
1 changed files with 2 additions and 1 deletions
|
|
@ -5117,7 +5117,8 @@ function middleMousePaste(event) {
|
|||
lastLocationChange == gBrowser.selectedBrowser.lastLocationChange) {
|
||||
openUILink(data.url, event,
|
||||
{ ignoreButton: true,
|
||||
disallowInheritPrincipal: !data.mayInheritPrincipal });
|
||||
disallowInheritPrincipal: !data.mayInheritPrincipal,
|
||||
initiatingDoc: event ? event.target.ownerDocument : null });
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue