diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index cb56432b8..c91ed9741 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -170,7 +170,12 @@ export default { updateEditorContent(value) { // this.form.content = value this.disabled = true - if (value.replace(/
|<\/p>|
|<\/p>|
|<\/blockquote>||<\/strong>||<\/em>||<\/a>/gm, + '', + ).length > 3 + ) { this.disabled = false }