0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-15 12:42:45 +00:00
This commit is contained in:
Gazook89
2024-10-21 22:29:58 -05:00
parent 26050e2134
commit 4126188df1
2 changed files with 21 additions and 23 deletions

View File

@@ -99,11 +99,11 @@ const BrewRenderer = (props)=>{
};
const [state, setState] = useState({
isMounted : false,
visibility : 'hidden',
zoom : 100,
visiblePages : [],
centerPage : 1
isMounted : false,
visibility : 'hidden',
zoom : 100,
visiblePages : [],
centerPage : 1
});
const iframeRef = useRef(null);
const mainRef = useRef(null);