diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-03-28 17:11:37 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-03-28 17:11:37 -0400 |
commit | 7670987e5d957ff0cae12acd921275faae4041b1 (patch) | |
tree | c3fab24c48c8b82aaaff4f038e6240deaecc9fe4 /src/client/util/RichTextSchema.tsx | |
parent | 0f1354a1d618e1cff17fb31c7a5c4b172663b5e5 (diff) |
ongoing work with parameterized templates
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index a81c6515d..29fd28994 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -1025,7 +1025,7 @@ export class DashFieldView { this._fieldWrapper.appendChild(this._fieldSpan); this._fieldWrapper.appendChild(this._enumerables); (this as any).dom = this._fieldWrapper; - updateText(false); + //updateText(false); } destroy() { this._reactionDisposer?.(); |