diff options
author | bob <bcz@cs.brown.edu> | 2020-03-09 12:12:47 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-03-09 12:12:47 -0400 |
commit | d46ff869dcbb3d5cadeeb9ad6251ef5f9a5c3b2d (patch) | |
tree | 92ed9e094f1a6039656542476806922524e4f186 /src/new_fields/Doc.ts | |
parent | adc6a86ca44d74d3efd4439a344929ca09815362 (diff) |
fixed interactions with documentBox
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); |