acsi-core 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1399,6 +1399,9 @@ var CoreTextArea = function CoreTextArea(props) {
1399
1399
  width: width != null ? width : "100%"
1400
1400
  }
1401
1401
  }, label && React.createElement("label", null, label), React.createElement("textarea", {
1402
+ style: {
1403
+ whiteSpace: "pre-wrap"
1404
+ },
1402
1405
  placeholder: placeholder,
1403
1406
  value: value,
1404
1407
  cols: cols,