Loading browser/components/BrowserGlue.sys.mjs +1 −0 Original line number Diff line number Diff line Loading @@ -1986,6 +1986,7 @@ BrowserGlue.prototype = { lazy.UpdateListener.reset(); } }, () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard), // tor-browser#42019 ]; for (let task of tasks) { Loading Loading
browser/components/BrowserGlue.sys.mjs +1 −0 Original line number Diff line number Diff line Loading @@ -1986,6 +1986,7 @@ BrowserGlue.prototype = { lazy.UpdateListener.reset(); } }, () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard), // tor-browser#42019 ]; for (let task of tasks) { Loading