Explorar el Código

Remove mouseout listener in mousedown listener

Alexandre Dieulot hace 5 años
padre
commit
89071ba489
Se han modificado 1 ficheros con 0 adiciones y 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)
 }