RevealAllSpoilers: Fix error on <C-S-Click> (#3149)

This commit is contained in:
sadan4 2025-01-18 16:05:06 -05:00 committed by GitHub
parent 88e3bc037d
commit a60af65b6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ import definePlugin from "@utils/types";
import { findByPropsLazy } from "@webpack"; import { findByPropsLazy } from "@webpack";
const SpoilerClasses = findByPropsLazy("spoilerContent"); const SpoilerClasses = findByPropsLazy("spoilerContent");
const MessagesClasses = findByPropsLazy("messagesWrapper"); const MessagesClasses = findByPropsLazy("messagesWrapper", "navigationDescription");
export default definePlugin({ export default definePlugin({
name: "RevealAllSpoilers", name: "RevealAllSpoilers",