Skip to content

Commit

Permalink
fix from new discord update
Browse files Browse the repository at this point in the history
  • Loading branch information
wntiv-main authored Nov 3, 2023
1 parent 715b0b5 commit 934cf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gpt/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export function onLoad() {

// add loading indicator
const messageBar = document.querySelector(
'[class*="slateContainer-"]'
'[class*="slateContainer"]'
);
// get absolute position of messagebar
const { x, y } = messageBar.getBoundingClientRect();
Expand Down

0 comments on commit 934cf59

Please sign in to comment.