aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/Doc.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-29 11:15:57 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-29 11:15:57 -0400
commit0d17c38d1fa4a2db3d11e57d4325f5c5ee311d59 (patch)
tree3b189e1e16783a6300013053f3ef8c44bd720ca7 /src/new_fields/Doc.ts
parent182aa5efffd0d68af7cf57e51fd54c889d7564ae (diff)
added props to fieldview / text box for height/width/background/color to use in layout strings.
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r--src/new_fields/Doc.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts
index 2faf03517..5eaaa3bae 100644
--- a/src/new_fields/Doc.ts
+++ b/src/new_fields/Doc.ts
@@ -580,7 +580,6 @@ export namespace Doc {
copy[key] = Doc.MakeCopy(doc[key]!, false);
}
} else {
- const field = ProxyField.WithoutProxy(() => doc[key]);
if (field instanceof RefField) {
copy[key] = field;
} else if (cfield instanceof ComputedField) {