diff options
| author | bobzel <zzzman@gmail.com> | 2024-08-26 10:43:43 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-08-26 10:43:43 -0400 |
| commit | a52cda0a098716c24b3c6aafe23d2bd9267c72d9 (patch) | |
| tree | 68267a356686ef705e498a948fe97e02d0cd3811 /src/client/views/nodes/formattedText/RichTextRules.ts | |
| parent | ac580dab29fc5867680a54b2fbfd68f9d4e2a895 (diff) | |
moved KeywordsBox to TagsView. changed imagellable to use tags
Diffstat (limited to 'src/client/views/nodes/formattedText/RichTextRules.ts')
| -rw-r--r-- | src/client/views/nodes/formattedText/RichTextRules.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/RichTextRules.ts b/src/client/views/nodes/formattedText/RichTextRules.ts index 79c118490..e0d6c7c05 100644 --- a/src/client/views/nodes/formattedText/RichTextRules.ts +++ b/src/client/views/nodes/formattedText/RichTextRules.ts @@ -404,7 +404,7 @@ export class RichTextRules { if (!tags.includes(tag)) { tags.push(tag); this.Document[DocData].tags = new List<string>(tags); - this.Document[DocData].showLabels = true; + this.Document[DocData].showTags = true; } const fieldView = state.schema.nodes.dashField.create({ fieldKey: '#' + tag }); return state.tr |
