Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tools
mattermost
mattermost-webapp
Commits
1a0d0ff5
Unverified
Commit
1a0d0ff5
authored
Nov 30, 2018
by
Sudheer
Committed by
GitHub
Nov 30, 2018
Browse files
Fix an error with ScrollToBottomArrows (#2112)
* Fix the error of onClick with scrollToBottomArrow prop
parent
e1b2dc9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/post_view/post_list.jsx
View file @
1a0d0ff5
...
...
@@ -647,8 +647,8 @@ export default class PostList extends React.PureComponent {
/>
<
ScrollToBottomArrows
isScrolling
=
{
this
.
state
.
isScrolling
}
atBottom
=
{
this
.
check
Bottom
()
}
onClick
=
{
this
.
at
Bottom
}
atBottom
=
{
this
.
at
Bottom
}
onClick
=
{
this
.
scrollTo
Bottom
}
/>
<
NewMessageIndicator
newMessages
=
{
this
.
state
.
unViewedCount
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment