diff options
author | bobzel <zzzman@gmail.com> | 2025-02-10 09:38:32 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-02-10 09:38:32 -0500 |
commit | 132fb0c203f426c508eeb23dd33b508e0608d19f (patch) | |
tree | def8d63e674286d2de2b6a48e432767253f5861f /src/client/views/nodes/trails/PresBox.tsx | |
parent | 5df52296c65c4eed27b06e4d3fd22e935df5427c (diff) |
code cleanup in createDocumentTool. added childLayoutFitWidth to comparisonBox so flashcards can fill window.
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.tsx')
-rw-r--r-- | src/client/views/nodes/trails/PresBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx index 7c23ca8e1..3ce4dc6cb 100644 --- a/src/client/views/nodes/trails/PresBox.tsx +++ b/src/client/views/nodes/trails/PresBox.tsx @@ -2989,7 +2989,6 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() { ignoreUnrendered childDragAction={dropActionType.move} setContentViewBox={emptyFunction} - // childLayoutFitWidth={returnTrue} childOpacity={returnOne} childClickScript={PresBox.navigateToDocScript} childLayoutTemplate={this.childLayoutTemplate} |