diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-07 21:48:01 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-07 21:48:01 -0400 |
| commit | d970ad82bc7b0b1c8dae27b5f55ad78bddb0f7cd (patch) | |
| tree | 321c2814935b8491f9807fdce833cd84b4667368 /src/client/views | |
| parent | 86139163d9424a0eb95eacd5cdfd608048c0a4bd (diff) | |
added commeting with (( and ##
Diffstat (limited to 'src/client/views')
| -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 cab408a31..cacef1ac3 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -457,7 +457,7 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe }, action((rules: any) => { this._fontFamily = rules ? rules.font : "Arial"; - this._fontSize = rules ? rules.size : 13; + this._fontSize = rules ? rules.size : NumCast(this.props.Document.fontSize, 13); rules && setTimeout(() => { const view = this._editorView!; if (this._proseRef) { |
