diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-13 01:18:03 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-13 01:18:03 -0500 |
commit | 77b0746c5eeed652d6b2bd71d02783ab8d3c0296 (patch) | |
tree | 3fd503f63182cc1b57cd29258cf8009fc14fe02f /src/new_fields/Doc.ts | |
parent | 4bcc7ff7bf220766b2046152bf4a7a89260e59c6 (diff) |
made time controls show only on hover. fixed removing from template collection. fixed errors.
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index 447dbe3b0..2305f2dce 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -858,8 +858,6 @@ export namespace Doc { } } - @undoBatch - @action export function freezeNativeDimensions(layoutDoc: Doc, width: number, height: number): void { layoutDoc._autoHeight = false; layoutDoc.ignoreAspect = false; |