app/cells/decidim/comments/comments/show.erb in decidim-comments-0.28.1 vs app/cells/decidim/comments/comments/show.erb in decidim-comments-0.28.2

- old
+ new

@@ -14,10 +14,10 @@ </h2> <%= render :order_control %> </div> <%= single_comment_warning %> <%= blocked_comments_warning %> - <div class="comment-threads"> + <div class="comment-threads" id="<%= threads_node_id %>" aria-live="polite"> <%= comments_loading %> <% comments.each do |comment| %> <%= cell("decidim/comments/comment_thread", comment, order:) %> <% end %> </div>