mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-29 00:14:41 +08:00
Fix tinymce new line [SCI-11980]
This commit is contained in:
parent
f95c06e6c6
commit
0517f50e37
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ export default {
|
|||
// Remove images
|
||||
content = content.replace(/<img[^>]*>/g, '');
|
||||
|
||||
editor.setContent(content);
|
||||
this.$emit('update:modelValue', content);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue