Fix "Show all sensitive content" button not working

This commit is contained in:
Lim Chee Aun 2023-12-26 10:37:49 +08:00
parent a539cfea0a
commit 69571bf817

View file

@ -1098,7 +1098,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
// Click all buttons with class .spoiler but not .spoiling // Click all buttons with class .spoiler but not .spoiling
const buttons = Array.from( const buttons = Array.from(
scrollableRef.current.querySelectorAll( scrollableRef.current.querySelectorAll(
'button.spoiler:not(.spoiling)', '.spoiler-button:not(.spoiling), .spoiler-media-button:not(.spoiling)',
), ),
); );
buttons.forEach((button) => { buttons.forEach((button) => {