Skip to content
Snippets Groups Projects
Commit fe249635 authored by Antoine Guenet's avatar Antoine Guenet Committed by Pierre Paridans
Browse files

[FIX] web_editor: properly paste text in non-HTML fields


This resolves an issue with pasting in text only mode (no HTML): the
list of nodes to paste was being modified with the `_mergeAdjacentULs`
method which is irrelevant to text nodes. Because of that, a corrupted
list of nodes was inserted into the DOM.

opw-1962743

closes odoo/odoo#32454

Signed-off-by: default avatarPierre Paridans <pparidans@users.noreply.github.com>
parent c42ccf2c
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment