Explorar el Código

Actually skip the rest of the selection logic on Firefox

tags/v0.0.3
Fen Dweller hace 5 años
padre
commit
8830ad3f14
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js Ver fichero

@@ -473,6 +473,7 @@ function testClick(event) {
const target = event.target;
if (navigator.userAgent.indexOf("Firefox") != -1) {
clickDown(target.parentElement, event.clientX, event.clientY);
return;
}
// Get click coordinates


Cargando…
Cancelar
Guardar