mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:48:00 +01:00
Small cleanup and fix minor issue in my last commit.
--HG-- extra : rebase_source : c49be723ba102a937e5147c66d07f389729735f5
This commit is contained in:
@@ -645,7 +645,7 @@ const Buffer = Module("buffer", {
|
||||
|
||||
prefs.withContext(function () {
|
||||
prefs.set("browser.tabs.loadInBackground", true);
|
||||
["mousedown", "mouseup", "click"].slice(0, util.haveGecko("2.0") ? 2 : 3)
|
||||
["mousedown", "mouseup", "click"].slice(0, util.haveGecko("2b") ? 2 : 3)
|
||||
.forEach(function (event) {
|
||||
events.dispatch(elem, events.create(doc, event, {
|
||||
screenX: offsetX, screenY: offsetY,
|
||||
|
||||
Reference in New Issue
Block a user