diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-07-13 15:45:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 15:45:21 +0200 |
commit | 82bc8e764798b74f475763136117592526d905fa (patch) | |
tree | f4d08fae970df4476065f04fe33d3e1aab266660 /app/javascript/flavours/glitch/features/ui/index.js | |
parent | ddf3f4cf85f0be6f221e68bda5944dd8a034ff91 (diff) | |
parent | e4270cb55a133f4cb93290ff88b3fd2a3aa9f536 (diff) |
Merge pull request #1566 from ClearlyClaire/glitch-soc/feature/modal-stack
Fix boost/fav confirmation modals closing media modal
Diffstat (limited to 'app/javascript/flavours/glitch/features/ui/index.js')
-rw-r--r-- | app/javascript/flavours/glitch/features/ui/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/ui/index.js b/app/javascript/flavours/glitch/features/ui/index.js index 1149eb14e..ad063f01b 100644 --- a/app/javascript/flavours/glitch/features/ui/index.js +++ b/app/javascript/flavours/glitch/features/ui/index.js @@ -212,7 +212,7 @@ class SwitchingColumnsArea extends React.PureComponent { <WrappedRoute path='/start' component={FollowRecommendations} content={children} /> <WrappedRoute path='/search' component={Search} content={children} /> - <WrappedRoute path='/directory' component={Directory} content={children} componentParams={{ shouldUpdateScroll: this.shouldUpdateScroll }} /> + <WrappedRoute path='/directory' component={Directory} content={children} /> <WrappedRoute path='/statuses/new' component={Compose} content={children} /> <WrappedRoute path='/statuses/:statusId' exact component={Status} content={children} /> |