Skip to content

Commit e6f2d4a

Browse files
Cyperghostdtdesign
andauthored
Update plugins/ckeditor5-woltlab-metacode/src/woltlabmetacode.ts
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
1 parent d5b9e0f commit e6f2d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ckeditor5-woltlab-metacode/src/woltlabmetacode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class WoltlabMetacode extends Plugin {
8484
if (ancestors[ancestors.length - 1].name === "$root") {
8585
isBlockElement = true;
8686
} else if (parent.name === "blockQuote") {
87-
// $text nodes only allowed on $block nodes
87+
// Text nodes may only appear inside block nodes.
8888
isBlockElement = true;
8989
} else {
9090
for (const child of viewItem.getChildren()) {

0 commit comments

Comments
 (0)