From 588e1edf046aea0f280117f4aaa5b9853258c05b Mon Sep 17 00:00:00 2001 From: bob Date: Fri, 1 Feb 2019 14:36:41 -0500 Subject: fixed zordering of dragged items. image lightbox shows on double tap now. --- src/fields/Key.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fields') 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"); -- cgit v1.2.3-70-g09d2