Closed 5e-Cleric closed 12 hours ago
I think it needs to be fixed right here, adding a dependency to the useMemo for displayOptions.pageShadows
to the renderPages function:
renderedPages = useMemo(()=>renderPages(), [displayOptions.pageShadows, props.text]);
The page shadows checkbox currently has no effect on the actual shadow of the pages as of today. It's likely a last minute change to fix or clear some other function that broke it.