aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-21 02:18:38 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-21 02:18:38 -0400
commit22e1207fc1f36fbf1e399c4e19eae3a56fadd397 (patch)
tree03cce5a3b773fa8e8f63fd2fd55a6913c2cb0ed4 /src/client/views/DocumentDecorations.tsx
parent14972c1bfaf339a66db3464d9ea1f7d0453aa670 (diff)
parent45386f6950e5ae8390486900a430061bfe9e4846 (diff)
merged with master
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r--src/client/views/DocumentDecorations.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx
index 7ee4e8d91..04f02c683 100644
--- a/src/client/views/DocumentDecorations.tsx
+++ b/src/client/views/DocumentDecorations.tsx
@@ -291,6 +291,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }>
const unfreeze = () =>
SelectionManager.SelectedDocuments().forEach(action((element: DocumentView) =>
((element.rootDoc.type === DocumentType.RTF ||
+ element.rootDoc.type === DocumentType.COMPARISON ||
(element.rootDoc.type === DocumentType.WEB && Doc.LayoutField(element.rootDoc) instanceof HtmlField))
&& element.layoutDoc._nativeHeight) && element.toggleNativeDimensions()));
switch (this._resizeHdlId) {