0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 19:12:41 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-buttons

This commit is contained in:
Víctor Losada Hernández
2024-12-03 20:20:42 +01:00
5 changed files with 189 additions and 81 deletions

View File

@@ -217,7 +217,7 @@ const BrewRenderer = (props)=>{
}
const renderedStyle = useMemo(()=>renderStyle(), [props.style, props.themeBundle]);
renderedPages = useMemo(()=>renderPages(), [props.text]);
renderedPages = useMemo(()=>renderPages(), [displayOptions.pageShadows, props.text]);
return (
<>