diff options
author | geireann <geireann.lindfield@gmail.com> | 2022-10-24 14:22:24 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2022-10-24 14:22:24 -0400 |
commit | 79f735308244b5ebdeea00b4c759d83cd88f9794 (patch) | |
tree | 4e33d3db251614854da0d95f3ddd667ddadf35af /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 5df8e9041e7a0e8ac98f0c911a2b603c0d8e89d3 (diff) |
added link to documentation from specific nodes
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index 6db199149..a94e2c96d 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -787,6 +787,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FieldViewProps const appearanceItems = appearance && 'subitems' in appearance ? appearance.subitems : []; appearanceItems.push({ description: 'Change Perspective...', noexpand: true, subitems: changeItems, icon: 'external-link-alt' }); // this.rootDoc.isTemplateDoc && appearanceItems.push({ description: "Make Default Layout", event: async () => Doc.UserDoc().defaultTextLayout = new PrefetchProxy(this.rootDoc), icon: "eye" }); + !Doc.noviceMode && appearanceItems.push({ description: 'Make Default Layout', |