Fix tinymce new line [SCI-11980]

This commit is contained in:
Anton 2025-06-05 11:30:57 +02:00
parent f95c06e6c6
commit 0517f50e37

View file

@ -191,7 +191,6 @@ export default {
// Remove images
content = content.replace(/<img[^>]*>/g, '');
editor.setContent(content);
this.$emit('update:modelValue', content);
});
}