diff options
author | bobzel <zzzman@gmail.com> | 2021-03-15 23:42:19 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-15 23:42:19 -0400 |
commit | ecaf1da499b41d0f873c64cb128118a6a291229e (patch) | |
tree | e62a26a527fcb31afe986094b572d45e24c3d847 /src/client/documents/Documents.ts | |
parent | 73dec0f973be7007093fcfd145f166d47a35cd97 (diff) |
fixed warnings. made savedAnnotations an ObservableMap. turned off annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 8059509ab..6e892cb6e 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -324,7 +324,7 @@ export namespace Docs { }], [DocumentType.WEB, { layout: { view: WebBox, dataField: defaultDataKey }, - options: { _height: 300, scrollHeight: 100000, _fitWidth: true } + options: { _height: 300, _fitWidth: true } }], [DocumentType.COL, { layout: { view: CollectionView, dataField: defaultDataKey }, |