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

Make it easier to disable or replace keyboard actions. #670

Merged
merged 1 commit into from
Feb 28, 2017

Conversation

manthey
Copy link
Contributor

@manthey manthey commented Feb 28, 2017

If keyboard.actions is specified in the interactor constructor, replace the set of keyboard actions rather than modify it. Otherwise, it is too annoying to disable or replace.

If keyboard.actions is specified in the interactor constructor, replace the set of keyboard actions rather than modify it.  Otherwise, it is too annoying to disable or replace.
@manthey
Copy link
Contributor Author

manthey commented Feb 28, 2017

@brianhelba As you asked for, and with a test, too.

Copy link
Contributor

@brianhelba brianhelba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes my issue, and the code and test looks reasonable.

Admittedly, I have not tested it locally.

@brianhelba
Copy link
Contributor

@OpenGeoscience/owners Is it possible to cut a bugfix release for this change? That would let me close out a bug in my project's use of GeoJS.

@codecov-io
Copy link

codecov-io commented Feb 28, 2017

Codecov Report

Merging #670 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #670      +/-   ##
==========================================
+ Coverage   90.63%   90.63%   +<.01%     
==========================================
  Files          84       84              
  Lines        8723     8725       +2     
==========================================
+ Hits         7906     7908       +2     
  Misses        817      817
Impacted Files Coverage Δ
src/mapInteractor.js 95.4% <100%> (+0.01%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7d2b572...79dcf0b. Read the comment docs.

@jbeezley
Copy link
Contributor

@brianhelba Sure, I'll have a release out soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants