Skip to content

Commit

Permalink
fix: missing markup state
Browse files Browse the repository at this point in the history
  • Loading branch information
bazzargh committed Dec 28, 2023
1 parent 3872d78 commit 8e4f666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion depict/boxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,8 @@ function initialState() {
depth: 4,
focus: "top",
editing: "top",
drawingOpacity: 0
drawingOpacity: 0,
markup: []
}
return bare;
}
Expand Down

0 comments on commit 8e4f666

Please sign in to comment.