diff options
author | bobzel <zzzman@gmail.com> | 2023-03-23 10:06:39 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-03-23 10:06:39 -0400 |
commit | d5f60e34e8ac9f99c0b442346db5386068af5de2 (patch) | |
tree | 71b2c1d7438eb78e7196050c1afe433fa9208f10 /src/client/util/DictationManager.ts | |
parent | f499698f8d8dd10c020f73528918fce41f37b4ff (diff) |
changed showing keyvalue panes to not create a document, but to use the LayoutTemplateString.
Diffstat (limited to 'src/client/util/DictationManager.ts')
-rw-r--r-- | src/client/util/DictationManager.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/util/DictationManager.ts b/src/client/util/DictationManager.ts index 203d4ad62..e116ae14b 100644 --- a/src/client/util/DictationManager.ts +++ b/src/client/util/DictationManager.ts @@ -324,16 +324,6 @@ export namespace DictationManager { ], [ - 'open fields', - { - action: (target: DocumentView) => { - const kvp = Docs.Create.KVPDocument(target.props.Document, { _width: 300, _height: 300 }); - target.props.addDocTab(kvp, OpenWhere.addRight); - }, - }, - ], - - [ 'new outline', { action: (target: DocumentView) => { |