Pārlūkot izejas kodu

Small modification on mouse event triggering.

dev-tmpl
Bryan Miller pirms 5 gadiem
vecāks
revīzija
a801b4f90a
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. +1
    -2
      app/js/ui/Input.js

+ 1
- 2
app/js/ui/Input.js Parādīt failu

@@ -485,9 +485,8 @@ export default class Input{
delta: 0,
action: "mousemove"
};
if (ename !== "" && ename !== "mousemove")
if (ename !== "")
this.__emitter.emit(ename, data);
this.__emitter.emit("mousemove", data);
}
return false;
}).bind(this);

Notiek ielāde…
Atcelt
Saglabāt