We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16948f commit 328bb65Copy full SHA for 328bb65
2 files changed
app/assets/javascripts/comments.js
@@ -179,6 +179,8 @@ $(() => {
179
});
180
181
182
+ QPixel.DOM?.watchClass('.js-thread-actions.is-active', (target) => target.querySelector('a')?.focus());
183
+
184
$(document).on('click', '.js--show-followers', async (evt) => {
185
evt.preventDefault();
186
app/views/comments/_thread_actions_modal.html.erb
@@ -6,7 +6,7 @@
6
user : user to show the modal for
7
"%>
8
9
-<div class="droppanel js--tools-thread-<%= thread.id %>">
+<div class="droppanel js-thread-actions js--tools-thread-<%= thread.id %>">
10
<div class="droppanel--header">thread options</div>
11
<div class="droppanel--menu">
12
<% if user.at_least_moderator? || !thread.read_only? %>
0 commit comments