Skip to content
Snippets Groups Projects
Commit 449cacfe authored by vishal padhiyar's avatar vishal padhiyar
Browse files

[FIX] web_editor: remove copy paste unwanted newline


Before this commit:

- When you try to paste text beside a text which is in code formate it
  puts the new text in new line with smaller font.

- When we try to paste text in code formate in new line then it will
  give a blank space below the pasted text

After this commit:

- when you try to paste text beside a text which is in code formate it
  puts the pasted text in new line with original fontsize.

- When we paste the text in code formate in new line then it will not give
  a empty line below it,

Task-2683455

closes odoo/odoo#96763

Signed-off-by: default avatarDavid Monjoie (dmo) <dmo@odoo.com>
parent 5c74d193
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment