diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-02-23 10:12:39 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-02-23 10:12:39 -0500 |
commit | cdcfa6efa54a79b304cdcb2ffb084451116aeaac (patch) | |
tree | ff1dffa7b3e7b86f9c702e8a4cb448bcabd6af91 /src/fields/KeyStore.ts | |
parent | 5b4ad5f5a567357b78c8aeed88554af3376532d2 (diff) |
added an overlay layer to collections... but it blocks events. not sure how to fix.
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 42e3f6b58..78ed09efd 100644 --- a/src/fields/KeyStore.ts +++ b/src/fields/KeyStore.ts @@ -19,6 +19,7 @@ export namespace KeyStore { export const ViewType = new Key("ViewType"); export const Layout = new Key("Layout"); export const BackgroundLayout = new Key("BackgroundLayout"); + export const OverlayLayout = new Key("OverlayLayout"); export const LayoutKeys = new Key("LayoutKeys"); export const LayoutFields = new Key("LayoutFields"); export const ColumnsKey = new Key("SchemaColumns"); |