diff options
author | Hannah Chow <hannah_chow@brown.edu> | 2019-04-09 22:01:44 -0400 |
---|---|---|
committer | Hannah Chow <hannah_chow@brown.edu> | 2019-04-09 22:01:44 -0400 |
commit | f8d4fa3d161da88e63e51c4a8940a3c44d0ae62e (patch) | |
tree | 16e2b24c5f8c3c2c5a7f48550125fdb99c84454d /src/fields/KeyStore.ts | |
parent | 755769e3604d48148ad1670ce3cce1a785c1766d (diff) |
for now
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r-- | src/fields/KeyStore.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts index 425408273..3a57d0f0a 100644 --- a/src/fields/KeyStore.ts +++ b/src/fields/KeyStore.ts @@ -47,6 +47,7 @@ export namespace KeyStore { export const Workspaces = new Key("Workspaces"); export const Minimized = new Key("Minimized"); export const CopyDraggedItems = new Key("CopyDraggedItems"); + export const PanTransformType = new Key("PanTransformType"); export const KeyList: Key[] = [Prototype, X, Y, Page, Title, Author, PanX, PanY, Scale, NativeWidth, NativeHeight, Width, Height, ZIndex, Data, Annotations, ViewType, Layout, BackgroundColor, BackgroundLayout, OverlayLayout, LayoutKeys, |