mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:37:58 +01:00
Some Gecko 2 fixes.
--HG-- branch : testing
This commit is contained in:
@@ -1517,7 +1517,7 @@ const Buffer = Module("buffer", {
|
||||
function () {
|
||||
let url = util.readFromClipboard();
|
||||
liberator.assert(url);
|
||||
liberator.open(url, { from: "activate", where: liberator.NEW_TAB });
|
||||
liberator.open(url, { from: "paste", where: liberator.NEW_TAB });
|
||||
});
|
||||
|
||||
// reloading
|
||||
|
||||
Reference in New Issue
Block a user