diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-04 16:10:19 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-04 16:10:19 -0400 |
| commit | 3805029b253fcf224ad8b1effadfddf743704373 (patch) | |
| tree | 62671a51ab9bc9d3b2beedadf1be188527b4cd1f /src/client/views/nodes/formattedText/RichTextSchema.tsx | |
| parent | 56be2bbcc304e801348a7864e175100426055d2c (diff) | |
added toggle switch to default templates
Diffstat (limited to 'src/client/views/nodes/formattedText/RichTextSchema.tsx')
| -rw-r--r-- | src/client/views/nodes/formattedText/RichTextSchema.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/RichTextSchema.tsx b/src/client/views/nodes/formattedText/RichTextSchema.tsx index cdb7374f8..7edd191cf 100644 --- a/src/client/views/nodes/formattedText/RichTextSchema.tsx +++ b/src/client/views/nodes/formattedText/RichTextSchema.tsx @@ -217,6 +217,7 @@ export class DashDocView { this._dashSpan.style.height = node.attrs.height; this._dashSpan.style.position = "absolute"; this._dashSpan.style.display = "inline-block"; + this._dashSpan.style.whiteSpace = "normal"; this._dashSpan.onpointerleave = () => { const ele = document.getElementById("DashDocCommentView-" + node.attrs.docid); if (ele) { |
