diff --git a/src/components/NcRichText/NcRichText.vue b/src/components/NcRichText/NcRichText.vue index f850360173..b4405f6d49 100644 --- a/src/components/NcRichText/NcRichText.vue +++ b/src/components/NcRichText/NcRichText.vue @@ -556,7 +556,7 @@ export default { labelParts.splice(nestedNodeIndex) } - const id = this.parentId + '-markdown-input-' + getRandomId(5) + const id = this.parentId + '-markdown-input-' + getRandomId() const propsToForward = { ...inputNode.props } // The checked prop is name modelValue for NcCheckboxRadioSwitch delete propsToForward.checked