Skip to content

Commit

Permalink
Merge pull request #2348 from marmelab/fix-headroom
Browse files Browse the repository at this point in the history
[RFR] Fix AppBar sometimes doesn't appear when scrolling up
  • Loading branch information
Gildas Garcia authored Sep 22, 2018
2 parents 4be54c2 + d7726fa commit 40bb58b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ra-core": "^2.3.2",
"react-autosuggest": "^9.3.2",
"react-dropzone": "~4.0.1",
"react-headroom": "^2.2.2",
"react-headroom": "^2.2.4",
"react-redux": "~5.0.7",
"react-router-dom": "~4.2.2",
"react-transition-group": "^2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9068,9 +9068,9 @@ react-event-listener@^0.6.0:
prop-types "^15.6.0"
warning "^3.0.0"

react-headroom@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/react-headroom/-/react-headroom-2.2.2.tgz#5ddea3bc87cd54be38f6f98c3fde4527e2a5fb0f"
react-headroom@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/react-headroom/-/react-headroom-2.2.4.tgz#e931bf5f91d0ea2c2fbf0f156a2b82d7db6cbe3b"
dependencies:
prop-types "^15.5.8"
raf "^3.3.0"
Expand Down

0 comments on commit 40bb58b

Please sign in to comment.