diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-08 17:39:42 -0500 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-08 17:39:42 -0500 |
| commit | ed9196dcf1b589be25ecd3924eb494ce710beed6 (patch) | |
| tree | 1d6e35d91684431c9653911fbdd6aaffc5c79e30 /src/client/views/collections/collectionFreeForm | |
| parent | 8283499ca247da4f283f220d368e5e178c4d79a1 (diff) | |
| parent | f6a2df5bf15a3139e7fe35acc7fbf9d49b33d279 (diff) | |
Merge branch 'eleanor-gptdraw' of https://github.com/brown-dash/Dash-Web into eleanor-gptdraw
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 63e5e33ca..7834eb352 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1872,7 +1872,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection } updateIcon = (usePanelDimensions?: boolean) => { - const contentDiv = this.DocumentView?.().ContentDiv; + const contentDiv = this._mainCont; return !contentDiv ? new Promise<void>(res => res()) : UpdateIcon( |
