0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 15:52:43 +00:00

Change default value of currentEditorCursorPageNum

This commit is contained in:
G.Ambatte
2024-09-27 23:32:19 +12:00
parent cd0bf9c947
commit 1f047890ab

View File

@@ -55,7 +55,7 @@ const BrewRenderer = (props)=>{
theme : '5ePHB', theme : '5ePHB',
lang : '', lang : '',
errors : [], errors : [],
currentEditorCursorPageNum : 0, currentEditorCursorPageNum : 1,
currentEditorViewPageNum : 0, currentEditorViewPageNum : 0,
currentBrewRendererPageNum : 0, currentBrewRendererPageNum : 0,
themeBundle : {}, themeBundle : {},