Skip to content

Commit 86a7586

Browse files
committed
Treat span as rich text but without placeholder
1 parent f68583a commit 86a7586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/builder/app/shared/content-model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ export const richTextPlaceholders: Map<undefined | string, string> = new Map([
424424
["blockquote", "Blockquote"],
425425
["li", "List item"],
426426
["a", "Link"],
427+
["span", ""],
427428
]);
428429

429430
const findContentTags = ({

0 commit comments

Comments
 (0)