From ecfb0d119e08a101cd8d18e8a90d31995f71eeec Mon Sep 17 00:00:00 2001 From: alyssaf16 Date: Tue, 12 Mar 2024 16:10:37 -0400 Subject: change --- src/client/views/nodes/ComparisonBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/views/nodes/ComparisonBox.tsx') diff --git a/src/client/views/nodes/ComparisonBox.tsx b/src/client/views/nodes/ComparisonBox.tsx index 86a9bcf63..828c82142 100644 --- a/src/client/views/nodes/ComparisonBox.tsx +++ b/src/client/views/nodes/ComparisonBox.tsx @@ -220,8 +220,8 @@ export class ComparisonBox extends ViewBoxAnnotatableComponent() containerViewPath={this.DocumentView?.().docViewPath} moveDocument={which.endsWith('1') ? this.moveDoc1 : this.moveDoc2} removeDocument={which.endsWith('1') ? this.remDoc1 : this.remDoc2} - NativeWidth={returnZero} - NativeHeight={() => this.clipHeight} + NativeWidth={() => NumCast(this.layoutDoc.width, 200)} + NativeHeight={() => NumCast(this.layoutDoc.height, 200)} isContentActive={emptyFunction} isDocumentActive={returnFalse} whenChildContentsActiveChanged={this.whenChildContentsActiveChanged} -- cgit v1.2.3-70-g09d2