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(MenuExampleText): activeItem logic #1641

Merged
merged 1 commit into from
Apr 28, 2017

Conversation

aabustamante
Copy link
Contributor

Fixes #1640

BEFORE:
When selected the "Closest" Menu item:
normal
When selected the "Most Comments" Menu item:
error
When selected the "Most Popular" Menu item:
error

AFTER:
When selected the "Closest" Menu item:
normal
When selected the "Most Comments" Menu item:
fix most
When selected the "Most Popular" Menu item:
fixed popular

@levithomason levithomason changed the title Fix MenuExampleText fix(MenuExampleText): activeItem logic Apr 28, 2017
@codecov-io
Copy link

codecov-io commented Apr 28, 2017

Codecov Report

Merging #1641 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1641   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files         141      141           
  Lines        2398     2398           
=======================================
  Hits         2392     2392           
  Misses          6        6

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 c6f80cf...adbdc52. Read the comment docs.

@levithomason levithomason merged commit eea39c7 into Semantic-Org:master Apr 28, 2017
@levithomason
Copy link
Member

Thanks!

@levithomason
Copy link
Member

Released in semantic-ui-react@0.68.3.

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.

fix(Menu): only first element shows when is active
3 participants