Browse Source

Remove mouseout listener in mousedown listener

Alexandre Dieulot 5 năm trước cách đây
mục cha
commit
89071ba489
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      instantpage.js

+ 0 - 2
instantpage.js

@@ -132,8 +132,6 @@ function mousedownListener(event) {
     return
   }
 
-  linkElement.addEventListener('mouseout', mouseoutListener, {passive: true})
-
   preload(linkElement.href)
 }