Skip to content

Commit

Permalink
deploy: 2ab9611
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed Sep 10, 2024
1 parent fab2761 commit 2c14879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickreply/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
'[data-list-id="chat-messages"]'
);
const replyingMsg = Array.from(messageContainer.children).find(
(elem) => elem.firstChild?.class?.includes("replying-")
(elem) => elem.firstElementChild?.className?.includes("replying_")
);
replyingMsg?.scrollIntoView({
behavior: store2.scrollSmooth ? "smooth" : void 0,
Expand Down
2 changes: 1 addition & 1 deletion quickreply/plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"QuickReply Reloaded","description":"Quickly and easily reply to messages with ctrl+up/down","author":"Yellowsink","hash":"83a4d2ee7aa791763b32b9b8293ad0bb"}
{"name":"QuickReply Reloaded","description":"Quickly and easily reply to messages with ctrl+up/down","author":"Yellowsink","hash":"51dee11ca5596cb2bf69275fa494705f"}

0 comments on commit 2c14879

Please sign in to comment.