[FIX] web_editor: apply font size on selected cells
Before this commit:
-Font size does not get applied to selected cells.
-Font style buttons were active when cells are selected.
After this commit:
-Font size can be applied.
-The font styles should not all be toggle by default.
task-3477490
closes odoo/odoo#133188
Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
Showing
- addons/web_editor/static/src/js/editor/odoo-editor/src/utils/utils.js 7 additions, 3 deletions...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 22 additions, 1 deletion...static/src/js/editor/odoo-editor/test/spec/format.test.js
Loading
Please register or sign in to comment