-
- Downloads
[FIX] web_editor: spacing when changing format in checklists
Before this commit: On changing style of a list item to normal it wrapped the content in a <p> which results in extra spacing to next list item. After this commit: Now the content is not wrapped in a <p> which removes the extra spacing as well. Task-2990517 closes odoo/odoo#108428 X-original-commit: b4cf3bcc Signed-off-by:David Monjoie (dmo) <dmo@odoo.com>
Showing
- addons/web_editor/static/src/js/editor/odoo-editor/src/utils/utils.js 4 additions, 1 deletion...ditor/static/src/js/editor/odoo-editor/src/utils/utils.js
- addons/web_editor/static/src/js/editor/odoo-editor/test/spec/format.test.js 14 additions, 0 deletions...static/src/js/editor/odoo-editor/test/spec/format.test.js
Loading