diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-03-08 00:12:37 -0500 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-03-08 00:12:37 -0500 |
commit | a25c7e5e436d772afe4b28300fc6999a78f7bba6 (patch) | |
tree | 6464cd134b322bb3f56900112064f3a2c8b26a5b /src/fields/KeyStore.ts | |
parent | 0251cfba6ba20501d2598a890b7d67be6fc07379 (diff) | |
parent | 5a1da11a5767899aac2f1bfac6d33e0ee5d47c9e (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into improveText
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 a3b39735d..9cdd18f4e 100644 --- a/src/fields/KeyStore.ts +++ b/src/fields/KeyStore.ts @@ -26,4 +26,5 @@ export namespace KeyStore { export const Caption = new Key("Caption"); export const ActiveFrame = new Key("ActiveFrame"); export const DocumentText = new Key("DocumentText"); + export const Ink = new Key("Ink"); } |