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 c371541 commit 4c9add4Copy full SHA for 4c9add4
2 files changed
app/assets/javascripts/comments.js
@@ -42,7 +42,7 @@ $(() => {
42
}
43
44
$(document).on('click', '.post--comments-thread.is-inline a', async (ev) => {
45
- if (ev.ctrlKey) {
+ if (ev.ctrlKey || ev.metaKey) {
46
return;
47
48
@@ -56,7 +56,7 @@ $(() => {
56
});
57
58
$(document).on('click', '.js-show-deleted-comments', (ev) => {
59
60
61
62
app/assets/javascripts/notifications.js
@@ -124,7 +124,7 @@ $(() => {
124
125
126
$(document).on('click', '.notification-link', async (ev) => {
127
128
129
130
0 commit comments