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

Fix issue where "Tab" => []. #5374

Merged
merged 2 commits into from
Jan 27, 2019
Merged

Fix issue where "Tab" => []. #5374

merged 2 commits into from
Jan 27, 2019

Conversation

tmeasday
Copy link
Member

Invalid shortcuts should map to null.

Issue: Tabbing away from shortcuts set them to empty (#5373)

Invalid shortcuts should map to null.
@codecov
Copy link

codecov bot commented Jan 26, 2019

Codecov Report

Merging #5374 into next will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next    #5374      +/-   ##
==========================================
+ Coverage   30.37%   30.38%   +<.01%     
==========================================
  Files         622      621       -1     
  Lines        8957     8956       -1     
  Branches     1229     1230       +1     
==========================================
  Hits         2721     2721              
+ Misses       5579     5578       -1     
  Partials      657      657
Impacted Files Coverage Δ
lib/ui/src/libs/shortcut.ts 84.12% <100%> (ø) ⬆️
lib/theming/src/themes/dark-syntax.ts

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 7517f2d...cd47bc8. Read the comment docs.

@ndelangen ndelangen merged commit 12a9e75 into next Jan 27, 2019
@ndelangen ndelangen deleted the shortcut-blur-2 branch January 27, 2019 22:49
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.

3 participants