diff options
author | bobzel <zzzman@gmail.com> | 2019-02-12 15:49:06 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2019-02-12 15:49:06 -0500 |
commit | 7a93f60c9529e5d175e617fc7c07145a9b33e572 (patch) | |
tree | ebcd74da2f51bbf0477dc53b128756c54c7137ba /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 2541c2cd562251143050554f3c0117caed6d9345 (diff) |
more updates to resizing, etc.
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 8f959762a..f6bd0c0f8 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -118,7 +118,7 @@ export class FormattedTextBox extends React.Component<FieldViewProps> { return (<div className="formattedTextBox-cont" style={{ color: "initial", - whiteSpace: "initial" + whiteSpace: "initial", }} onPointerDown={this.onPointerDown} ref={this._ref} />) |