diff options
author | bobzel <zzzman@gmail.com> | 2022-10-04 11:54:55 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-10-04 11:54:55 -0400 |
commit | 8e8cca45755426e2921e2de78556ad60d79a98a8 (patch) | |
tree | aba408284934a4e4a14df7e38949301d33214388 /src/client/documents/Documents.ts | |
parent | aaef5f4693b5eb6aae429f5c8caaf82838e9c65e (diff) |
fix to show close and open icons of hideResizers documents. fixes for native size control of text and freeform collections. fixes for lightbox view of native size collections. fix for 'false' script.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index fb68fba38..cd647f5e8 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -396,6 +396,7 @@ export namespace Docs { _yMargin: 10, nativeDimModifiable: true, treeViewGrowsHorizontally: true, + nativeHeightUnfrozen: true, forceReflow: true, links: '@links(self)', }, |