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.
package/dist/index.js CHANGED
@@ -1402,6 +1402,9 @@ var CoreTextArea = function CoreTextArea(props) {
1402
1402
  width: width != null ? width : "100%"
1403
1403
  }
1404
1404
  }, label && React__default.createElement("label", null, label), React__default.createElement("textarea", {
1405
+ style: {
1406
+ whiteSpace: "pre-wrap"
1407
+ },
1405
1408
  placeholder: placeholder,
1406
1409
  value: value,
1407
1410
  cols: cols,