mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
UX: Don't show selected posts interface twice on mobile (#11328)
Note to reproduce you need a topic with over 3 posts.
This commit is contained in:
parent
f9ff51870b
commit
436d68d54f
|
@ -300,7 +300,7 @@
|
|||
removeTopicTimer=(action "removeTopicTimer" model.topic_timer.status_type "topic_timer")}}
|
||||
|
||||
{{#if showSelectedPostsAtBottom}}
|
||||
<div class="selected-posts {{unless multiSelect "hidden"}}">
|
||||
<div class="selected-posts {{unless multiSelect "hidden"}} {{if showSelectedPostsAtBottom "hidden"}}">
|
||||
{{selected-posts
|
||||
selectedPostsCount=selectedPostsCount
|
||||
canSelectAll=canSelectAll
|
||||
|
|
Loading…
Reference in New Issue
Block a user