We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similarly to links blocking with middle mouse button, the context menu should not be blocked if mouse moved only a little bit.
This could be achieved using different metrics:
I guess it could be a combination of "shot time" + "short movement".
Currently the "links blocking" feature is using the move-events which is not perfect, maybe I should change that one as well...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similarly to links blocking with middle mouse button, the context menu should not be blocked if mouse moved only a little bit.
This could be achieved using different metrics:
I guess it could be a combination of "shot time" + "short movement".
Currently the "links blocking" feature is using the move-events which is not perfect, maybe I should change that one as well...
The text was updated successfully, but these errors were encountered: