Skip to content
Snippets Groups Projects
Commit 4b3c5929 authored by johnshaughnessy's avatar johnshaughnessy
Browse files

Don't treat a blur as a mouseup event

parent 34139b58
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@ export class MouseDevice {
this.coords[1] = 0;
this.movementXY[0] = 0;
this.movementXY[1] = 0;
this.buttonLeft = false;
this.buttonRight = false;
this.wheel = 0;
}
const left = event.button === 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment