Skip to content

Commit

Permalink
Merge pull request #607 from tuanchauict/release/alpha/1.3
Browse files Browse the repository at this point in the history
v1.3.5: Add new kinds of arrow
  • Loading branch information
tuanchauict authored Jun 16, 2024
2 parents ed8c0df + 1315772 commit 8ced332
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ internal object PredefinedAnchorChar {
val PREDEFINED_ANCHOR_CHARS = listOf(
AnchorChar(id = "A1", displayName = "", '', '', '', ''),
AnchorChar(id = "A12", displayName = "", '', '', '', ''),
AnchorChar(id = "A13", displayName = "", '', '', '', ''),
AnchorChar(id = "A14", displayName = "", '', '', '', ''),
AnchorChar(id = "A2", displayName = "", ''),
AnchorChar(id = "A21", displayName = "", ''),
AnchorChar(id = "A220", displayName = "", ''),
Expand Down

0 comments on commit 8ced332

Please sign in to comment.