From 436d68d54f191bf9b7caab9e867e054230642ff0 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 24 Nov 2020 18:50:05 -0500 Subject: [PATCH] UX: Don't show selected posts interface twice on mobile (#11328) Note to reproduce you need a topic with over 3 posts. --- app/assets/javascripts/discourse/app/templates/topic.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/topic.hbs b/app/assets/javascripts/discourse/app/templates/topic.hbs index 77187a8ec74..03663598558 100644 --- a/app/assets/javascripts/discourse/app/templates/topic.hbs +++ b/app/assets/javascripts/discourse/app/templates/topic.hbs @@ -300,7 +300,7 @@ removeTopicTimer=(action "removeTopicTimer" model.topic_timer.status_type "topic_timer")}} {{#if showSelectedPostsAtBottom}} -
+
{{selected-posts selectedPostsCount=selectedPostsCount canSelectAll=canSelectAll