diff options
author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-04-28 20:18:55 -0400 |
---|---|---|
committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-04-28 20:18:55 -0400 |
commit | e281393e305c18f3882c98d79bc12ad5345384ff (patch) | |
tree | 2277206b249bbe7f8ecb6ec8657e1e4f5b08c4f8 /src/client/documents/Documents.ts | |
parent | 6900008b1bb89cca1eab7b95f17ee33fa335282f (diff) | |
parent | a495e09b0926f3e5c69cc6ddcf92df613b8677e6 (diff) |
Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into lanyi-branch
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index e694419a4..a4a668085 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -535,8 +535,6 @@ export class DocumentOptions { * The list of embedded Doc instances in each Scrapbook slot */ scrapbookContents?: List<Doc>; - - _outpaintingMetadata?: STRt = new StrInfo('serialized JSON metadata needed for image outpainting', false); } export const DocOptions = new DocumentOptions(); |