mixed-variable-input

This commit is contained in:
JzoNg
2025-06-08 18:37:18 +08:00
parent 57e1b896cd
commit ab8146035d
5 changed files with 110 additions and 6 deletions

View File

@ -16,7 +16,6 @@ export class CustomTextNode extends TextNode {
createDOM(config: EditorConfig) {
const dom = super.createDOM(config)
dom.classList.add('align-middle')
return dom
}

View File

@ -8,7 +8,7 @@ const Placeholder = ({
className,
}: {
compact?: boolean
value?: string
value?: string | JSX.Element
className?: string
}) => {
const { t } = useTranslation()