diff options
author | bobzel <zzzman@gmail.com> | 2022-08-26 16:16:21 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-08-26 16:16:21 -0400 |
commit | b1044d1d79c1e06769f74df514e12557426b67be (patch) | |
tree | 13474116c6da78bbe41047fc7ad2dcc920550e67 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 7278aaa71a13f57cdc371bd771f5fcc6419707b7 (diff) |
trying to clean up transition times for presbox / jumptoDoc, etc.
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index 82557d36b..c07772b53 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -226,6 +226,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF PanelWidth: this.panelWidth, PanelHeight: this.panelHeight, }; + console.log('WIdth = ' + this.panelWidth() + ' ' + this.dataProvider?.transition); return ( <div className={'collectionFreeFormDocumentView-container'} |