Преглед изворни кода

Make mousedown shortcut opt-in

Alexandre Dieulot пре 5 година
родитељ
комит
6d41fe5b8a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      instantpage.js

+ 1 - 1
instantpage.js

@@ -9,7 +9,7 @@ const isSupported = prefetchElement.relList && prefetchElement.relList.supports
 const allowQueryString = 'instantAllowQueryString' in document.body.dataset
 const allowExternalLinks = 'instantAllowExternalLinks' in document.body.dataset
 const useWhitelist = 'instantWhitelist' in document.body.dataset
-const mousedownShortcut = !('instantNoMousedownShortcut' in document.body.dataset)
+const mousedownShortcut = 'instantMousedownShortcut' in document.body.dataset
 const DELAY_TO_NOT_BE_CONSIDERED_A_TOUCH_INITIATED_ACTION = 1111
 
 let delayOnHover = 65