diff --git a/frontend/text-editor/src/editor/content/dom/TextSpan.js b/frontend/text-editor/src/editor/content/dom/TextSpan.js index 8b2d596e1b..08caa315ab 100644 --- a/frontend/text-editor/src/editor/content/dom/TextSpan.js +++ b/frontend/text-editor/src/editor/content/dom/TextSpan.js @@ -17,7 +17,7 @@ import { setStyles, mergeStyles } from "./Style.js"; import { createRandomId } from "./Element.js"; export const TAG = "SPAN"; -export const TYPE = "span"; +export const TYPE = "inline"; export const QUERY = `[data-itype="${TYPE}"]`; export const STYLES = [ ["--typography-ref-id"],