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(Sidebar): handle clicks properly #3772

Merged
merged 3 commits into from
Sep 6, 2019
Merged

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Sep 2, 2019

Fixes #3762.

💥 Issue

The source of fixed issue is well described there: #3716 (comment). In short: existing EventStack abstraction handles events incorrectly sometimes.

This PR removes the usage of EventStack in favor of plain EventListnener from Stardust.

@codecov-io
Copy link

codecov-io commented Sep 2, 2019

Codecov Report

Merging #3772 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3772   +/-   ##
=======================================
  Coverage   99.83%   99.83%           
=======================================
  Files         172      172           
  Lines        3101     3101           
=======================================
  Hits         3096     3096           
  Misses          5        5
Impacted Files Coverage Δ
src/modules/Sidebar/Sidebar.js 100% <100%> (ø) ⬆️
src/modules/Dropdown/DropdownItem.js 100% <100%> (ø) ⬆️

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 62d2fed...53d6cb9. Read the comment docs.

package.json Outdated Show resolved Hide resolved
@layershifter layershifter added the wip Work in progress label Sep 2, 2019
…/Semantic-Org/Semantic-UI-React into fix/sidebar-click

# Conflicts:
#	package.json
#	src/modules/Sidebar/Sidebar.js
#	yarn.lock
@layershifter layershifter merged commit 02b7b79 into master Sep 6, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix/sidebar-click branch September 6, 2019 14:44
@layershifter layershifter removed the wip Work in progress label Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sidebar: couldn't change the visibility of sidebar component
2 participants