diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-03-27 20:14:37 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-03-27 20:14:37 -0400 |
commit | 510c26bb46cb8b70cc3fad756396f39a8b7fd687 (patch) | |
tree | 5a822c51cc2d6a80b194a7f4f5bb52e728089631 /src/fields/KeyStore.ts | |
parent | 5e53c5953d8550dcf4aa6ad87cd0f68fd835bd14 (diff) |
addressed contextmenu issues (partially off screen and duplicate entries) and got rid of KeyStore.ActiveFrame
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r-- | src/fields/KeyStore.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts index 20e8cd930..09dddf962 100644 --- a/src/fields/KeyStore.ts +++ b/src/fields/KeyStore.ts @@ -27,7 +27,6 @@ export namespace KeyStore { export const ColumnsKey = new Key("SchemaColumns"); export const SchemaSplitPercentage = new Key("SchemaSplitPercentage"); export const Caption = new Key("Caption"); - export const ActiveFrame = new Key("ActiveFrame"); export const ActiveWorkspace = new Key("ActiveWorkspace"); export const DocumentText = new Key("DocumentText"); export const LinkedToDocs = new Key("LinkedToDocs"); |