Skip to content

Commit

Permalink
fix: TextBlock wrap property default is true
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Nov 21, 2019
1 parent 071cf29 commit 42431b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2330,7 +2330,7 @@
"wrap": {
"type": "boolean",
"description": "If `true`, allow text to wrap. Otherwise, text is clipped.",
"default": false
"default": true
}
},
"required": [
Expand Down

0 comments on commit 42431b8

Please sign in to comment.