Explorar el Código

Fix deselection

master
Fen Dweller hace 5 años
padre
commit
df3483987d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Ver fichero

@@ -623,7 +623,7 @@ function clickUp(e) {
}

function deselect(e) {
if (e !== undefined && e.which == 1) {
if (e !== undefined && e.which != 1) {
return;
}
if (selected) {


Cargando…
Cancelar
Guardar