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): fix hide animation #3684

Merged
merged 4 commits into from
Jul 7, 2019
Merged

fix(Sidebar): fix hide animation #3684

merged 4 commits into from
Jul 7, 2019

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Jul 1, 2019

Fixes #3578.


Original issue was introduced in #2845 when we switched to componentDidUpdate() instead of componentWillReceiveProps().

@codecov-io
Copy link

codecov-io commented Jul 1, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3684      +/-   ##
==========================================
+ Coverage   99.83%   99.83%   +<.01%     
==========================================
  Files         174      174              
  Lines        3104     3105       +1     
==========================================
+ Hits         3099     3100       +1     
  Misses          5        5
Impacted Files Coverage Δ
src/modules/Sidebar/Sidebar.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 ab55959...190d4f7. Read the comment docs.

@layershifter layershifter merged commit f8e894c into master Jul 7, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix/sidebar-hide branch July 7, 2019 11:29
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: doesn't animate close
2 participants