Selaa lähdekoodia

Fix deselection

master
Fen Dweller 6 vuotta sitten
vanhempi
commit
df3483987d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Näytä tiedosto

@@ -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) {


Loading…
Peruuta
Tallenna