UX: Hide reply controls when at the bottom of a topic

This commit is contained in:
Robin Ward 2016-05-27 13:15:19 -04:00
parent 0b8a3ff5da
commit 7a66127a01
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ export default createWidget('topic-timeline', {
action: 'jumpBottom'
})]);
if (currentUser) {
if (currentUser && !attrs.dockAt) {
const controls = [];
if (attrs.topic.get('details.can_create_post')) {
controls.push(this.attach('button', {