diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-05 17:12:29 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-11-05 17:12:29 -0500 |
commit | c86f18caf079d97f673935b7a83a16d6e97bb804 (patch) | |
tree | 04b8c02397cd3c9197b61010f2dbde366125e3c4 /src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx | |
parent | c041bc0ee0346e6b7f0678228e909747bc36f73c (diff) |
edits are persisting!!
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx index c96135b4d..4c6425f23 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx @@ -34,7 +34,7 @@ export class Template { renderUpdates = () => { this.allFields.forEach(field => { - field.updateRenderedDoc(); + field.updateRenderedDoc(field.renderedDoc()); }); }; |