瀏覽代碼

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