diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-13 09:30:34 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-13 09:30:34 -0500 |
commit | 89b4fa1213d018d9c77d676993ebd4ce68e26d0a (patch) | |
tree | 55361339d4926a00d8c55a418a4c1c1c2735769b /src/new_fields/Doc.ts | |
parent | 60e6d0f238d350347d17f2da06029f3ed0808ced (diff) | |
parent | 77b0746c5eeed652d6b2bd71d02783ab8d3c0296 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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; |