Explorar o código

Remove mouseout listener in mousedown listener

Alexandre Dieulot %!s(int64=5) %!d(string=hai) anos
pai
achega
89071ba489
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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)
 }