Skip to content
New issue

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

shift/meta key issue fixed #498

Closed
wants to merge 1 commit into from
Closed

Conversation

anjalyes
Copy link
Contributor

@anjalyes anjalyes commented Oct 1, 2015

No description provided.

@bartaz
Copy link
Member

bartaz commented Oct 1, 2015

@anjalyes

Commit should only contain:

if ( event.shiftKey || event.altKey || event.ctrlKey || event.metaKey ){
    return;
}

@bartaz
Copy link
Member

bartaz commented Feb 2, 2016

Thanks. Closing as this pull request was made again in #499.

@bartaz bartaz closed this Feb 2, 2016
@bartaz bartaz added the RGSoC label Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants