From 6d38405169b6475ed84baf7de81d01482c3d5fce Mon Sep 17 00:00:00 2001 From: geireann Date: Thu, 18 May 2023 12:56:25 -0400 Subject: fixed comparison box resizing. fixed editing table cells. --- src/client/documents/Documents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/documents/Documents.ts') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index fb842b14f..966cd6a68 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -652,7 +652,7 @@ export namespace Docs { { data: '', layout: { view: ComparisonBox, dataField: defaultDataKey }, - options: { nativeDimModifiable: true, backgroundColor: 'gray', targetDropAction: 'embed' }, + options: { backgroundColor: 'gray', targetDropAction: 'embed' }, }, ], [ -- cgit v1.2.3-70-g09d2