diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-03-21 21:03:00 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-03-21 21:03:00 -0400 |
commit | 1cf618563838f4ce7d8a98c8a0c8d94670bc4e18 (patch) | |
tree | 442ddd083e2ca846109c0ad88f61a262d7d38947 /src/fields/Document.ts | |
parent | 2e7d87e6deac8e69d839c852570849924b59fb1b (diff) |
changes to allow tabs to be dragged into other documents
Diffstat (limited to 'src/fields/Document.ts')
-rw-r--r-- | src/fields/Document.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/Document.ts b/src/fields/Document.ts index b6439364a..2403c670c 100644 --- a/src/fields/Document.ts +++ b/src/fields/Document.ts @@ -36,7 +36,7 @@ export class Document extends Field { @computed public get Title() { - return this.GetText(KeyStore.Title, "<untitled>"); + return this.GetText(KeyStore.Title, "-untitled-"); } @computed |