diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-07-24 01:00:25 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-07-24 01:00:25 -0400 |
commit | 384ed4ab5c1b471678f12611f2b741f9771c7b16 (patch) | |
tree | 022f0d226c4bfb3917f6fdc2d2432af95be537c9 /src | |
parent | 5bc848bde4f37ec3dc812b22d81ded16f2a86f93 (diff) |
changed nativeheight stuff for detailed layouts
Diffstat (limited to 'src')
-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 a1241aac3..bf6cd2fa6 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -468,7 +468,7 @@ export namespace Doc { let detailLayout = await PromiseValue(d.detailedLayout); if (miniLayout && d.layout === miniLayout && detailLayout) { d.layout = detailLayout; - Doc.GetProto(d).nativeWidth = Doc.GetProto(d).nativeHeight = undefined; + d.nativeWidth = d.nativeHeight = undefined; } } }
\ No newline at end of file |