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:
@@ -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 : {},
|
||||||
|
|||||||
Reference in New Issue
Block a user