aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Key.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-01 14:36:41 -0500
committerbob <bcz@cs.brown.edu>2019-02-01 14:36:41 -0500
commit588e1edf046aea0f280117f4aaa5b9853258c05b (patch)
tree8085ad763f8af34b1c794a44af069ae42f80e556 /src/fields/Key.ts
parent30c8a29abae61a47d0b17b86727729f0e55f7f69 (diff)
fixed zordering of dragged items. image lightbox shows on double tap now.
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 4da800fac..5cd43f55e 100644
--- a/src/fields/Key.ts
+++ b/src/fields/Key.ts
@@ -41,6 +41,7 @@ export namespace KeyStore {
export const Scale = new Key("Scale");
export const Width = new Key("Width");
export const Height = new Key("Height");
+ export const ZIndex = new Key("ZIndex");
export const Data = new Key("Data");
export const Layout = new Key("Layout");
export const LayoutKeys = new Key("LayoutKeys");