diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2024-05-09 11:49:33 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2024-05-09 11:49:33 -0400 |
| commit | e2b4502f87cf5707a77736267a1d96261024874c (patch) | |
| tree | e7566ddca901f688595cf274dfb2e75a8f74b5da /src/client/views/pdf | |
| parent | b42ad09912393ec1ae5799100bdf7a5786055a55 (diff) | |
started cleanup
Diffstat (limited to 'src/client/views/pdf')
| -rw-r--r-- | src/client/views/pdf/GPTPopup/GPTPopup.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.tsx b/src/client/views/pdf/GPTPopup/GPTPopup.tsx index 42562986f..cb5137c83 100644 --- a/src/client/views/pdf/GPTPopup/GPTPopup.tsx +++ b/src/client/views/pdf/GPTPopup/GPTPopup.tsx @@ -143,6 +143,7 @@ export class GPTPopup extends ObservableReactComponent<GPTPopupProps> { _layout_autoHeight: true, }); this.addDoc(newDoc, this.sidebarId); + // newDoc.data = 'Hello world'; const anchor = AnchorMenu.Instance?.GetAnchor(undefined, false); if (anchor) { DocUtils.MakeLink(newDoc, anchor, { |
