diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-03-09 15:24:02 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-03-09 15:24:02 -0400 |
commit | 693d2121a9f0df48a0ebaecc40802e132b45f3fa (patch) | |
tree | 77035d1c3d850e020a9ce66eb2fd98d2047d45fc /src/new_fields/Doc.ts | |
parent | 0a924d6d8a76aa2cc50dad9a2d4296ec6d4624e5 (diff) | |
parent | cabb2cf9065d85112f1bd89e31b41dafdbc4ba54 (diff) |
Merge branch 'master' into audio_refactor
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index 81e32484c..4a6ff8e42 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -481,7 +481,6 @@ export namespace Doc { setTimeout(action(() => { if (!targetDoc[expandedLayoutFieldKey]) { const newLayoutDoc = Doc.MakeDelegate(templateLayoutDoc, undefined, "[" + templateLayoutDoc.title + "]"); - newLayoutDoc.lockedPosition = true; newLayoutDoc.expandedTemplate = targetDoc; targetDoc[expandedLayoutFieldKey] = newLayoutDoc; const dataDoc = Doc.GetProto(targetDoc); |