Merge pull request #218 from davidburhans/left-then-right-click-button-fix

Clumsy clicker fix
This commit is contained in:
tobspr 2020-06-21 19:37:31 +02:00 committed by GitHub
commit 51bd87a970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ export class ClickDetector {
// Ignore right clicks
this.rightClick.dispatch(position, event);
this.cancelled = true;
this.clickDownPosition = null;
return;
}
}