diff options
author | bobzel <zzzman@gmail.com> | 2025-04-28 12:52:29 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-04-28 12:52:29 -0400 |
commit | a25dc02334de3f5b58aff1911bdae30d49a1d26b (patch) | |
tree | 6fdc319fa86edb5aa1b20f98a5351648646d239b /src/client/documents/Documents.ts | |
parent | b60b1863be5ecf987f3d3f2483e28e74f634853f (diff) |
cleaned up outpainting and Doc resize code. fixes problems with doc resizing of text boxes with ctrl-key.
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(); |