Ver código fonte

Fix deselection

master
Fen Dweller 6 anos atrás
pai
commit
df3483987d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Ver arquivo

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


Carregando…
Cancelar
Salvar