diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-01 12:47:51 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-01 12:47:51 -0400 |
commit | 37324d134c8d788a73b8b1d35afa7ea6b0e88d37 (patch) | |
tree | 789553d5deb69b2cbd40e1dd2d15320b285d3cb4 /src/new_fields/Doc.ts | |
parent | ff7c7d40b1fcdf74b539c7d97f36707ff1521d2e (diff) |
cleaned up buxton template. fixed adding docs to collections.
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index 77eee03ce..71325d94f 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -997,7 +997,7 @@ export namespace Doc { //newCollection.borderRounding = "40px"; newCollection._jitterRotation = 10; newCollection._backgroundColor = "gray"; - newCollection.overflow = "visible"; + newCollection._overflow = "visible"; return newCollection; } |