UX: Hide reply controls when at the bottom of a topic
This commit is contained in:
parent
0b8a3ff5da
commit
7a66127a01
|
@ -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', {
|
||||
|
|
Loading…
Reference in New Issue