aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2023-05-18 12:56:25 -0400
committergeireann <geireann.lindfield@gmail.com>2023-05-18 12:56:25 -0400
commit6d38405169b6475ed84baf7de81d01482c3d5fce (patch)
treea6518c02d6961470a07230727de525e79e642199 /src/client/documents/Documents.ts
parent52dbbf15cc337b076234c6f8519da94e8e28d94d (diff)
fixed comparison box resizing. fixed editing table cells.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
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' },
},
],
[