Skip to content

Commit 57531c5

Browse files
authored
Update KonvaStage.tsx
1 parent bb605c3 commit 57531c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/KonvaStage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class KonvaStage extends Component<KonvaStagePropsInt, StateInt> {
4141
//anything, and the gridStroke is the stroke width of the squares.
4242
this.state = {
4343
stageWidth: 1800,
44-
stageHeight: 900,
44+
stageHeight: 1300,
4545
blockSnapSize: 10,
4646
grid: [],
4747
gridStroke: 1

0 commit comments

Comments
 (0)