Skip to content

Commit

Permalink
RevealAllSpoilers: Fix error on <C-S-Click> (#3149)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadan4 authored Jan 18, 2025
1 parent 88e3bc0 commit a60af65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/revealAllSpoilers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import definePlugin from "@utils/types";
import { findByPropsLazy } from "@webpack";

const SpoilerClasses = findByPropsLazy("spoilerContent");
const MessagesClasses = findByPropsLazy("messagesWrapper");
const MessagesClasses = findByPropsLazy("messagesWrapper", "navigationDescription");

export default definePlugin({
name: "RevealAllSpoilers",
Expand Down

0 comments on commit a60af65

Please sign in to comment.