aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Key.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-02-11 21:17:24 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-02-11 21:17:24 -0500
commit793cc99ab134bc5aa4667c95def851ce08d35146 (patch)
treec1bb67df5fab0b035bb0ceb9141af81b40876931 /src/fields/Key.ts
parent9f8653ab3d7f82a5d82b925bf339bef8d6723f5c (diff)
added aspect resizing. fixed pinch zoom for macs
Diffstat (limited to 'src/fields/Key.ts')
-rw-r--r--src/fields/Key.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/Key.ts b/src/fields/Key.ts
index 67a5f86fb..13bdd01d4 100644
--- a/src/fields/Key.ts
+++ b/src/fields/Key.ts
@@ -43,6 +43,7 @@ export namespace KeyStore {
export const PanY = new Key("PanY");
export const Scale = new Key("Scale");
export const NativeWidth = new Key("NativeWidth");
+ export const NativeHeight = new Key("NativeHeight");
export const Width = new Key("Width");
export const Height = new Key("Height");
export const ZIndex = new Key("ZIndex");