mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Merge pull request #218 from davidburhans/left-then-right-click-button-fix
Clumsy clicker fix
This commit is contained in:
commit
51bd87a970
@ -325,6 +325,7 @@ export class ClickDetector {
|
|||||||
// Ignore right clicks
|
// Ignore right clicks
|
||||||
this.rightClick.dispatch(position, event);
|
this.rightClick.dispatch(position, event);
|
||||||
this.cancelled = true;
|
this.cancelled = true;
|
||||||
|
this.clickDownPosition = null;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user