aboutsummaryrefslogtreecommitdiff
path: root/src/fields/KeyStore.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-27 14:32:56 -0500
committerbob <bcz@cs.brown.edu>2019-02-27 14:32:56 -0500
commit42b2b9df4e502986d630df40e12f78d7fa54667b (patch)
tree4a1bc328f7a7a037c0de0f672685b35973722901 /src/fields/KeyStore.ts
parent498f915675c1a7e6a3c3b332a2ecc77222bb4785 (diff)
parent7fb76d3609a012e5cb6342872b66993771696996 (diff)
merged with master. fixed select on load.
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r--src/fields/KeyStore.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts
index 662574396..a3b39735d 100644
--- a/src/fields/KeyStore.ts
+++ b/src/fields/KeyStore.ts
@@ -26,7 +26,4 @@ export namespace KeyStore {
export const Caption = new Key("Caption");
export const ActiveFrame = new Key("ActiveFrame");
export const DocumentText = new Key("DocumentText");
- //determines whether doc views will be selected when they are first loaded
- //currently only implemented for FormattedTextView
- export const SelectOnLoaded = new Key("SelectOnLoaded");
}