mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-23 04:51:22 -08:00
Merge pull request #218 from davidburhans/left-then-right-click-button-fix
Clumsy clicker fix
This commit is contained in:
commit
51bd87a970
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ export class ClickDetector {
|
|||
// Ignore right clicks
|
||||
this.rightClick.dispatch(position, event);
|
||||
this.cancelled = true;
|
||||
this.clickDownPosition = null;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue