-
- Downloads
[FIX] web_editor: put the snippet editor UI at the correct DOM position
Commit https://github.com/odoo/odoo/commit/4f27e52cabb77b8b1a9637a11185ddf882adc9af had to instantiate the snippet editor UI differently but the hack broke the position of the oe_manipulator which is supposed to be at the top left of the editable zone. closes odoo/odoo#39751 Signed-off-by:Quentin Smetz (qsm) <qsm@odoo.com>
Showing
- addons/web_editor/static/src/js/editor/editor.js 1 addition, 3 deletionsaddons/web_editor/static/src/js/editor/editor.js
- addons/web_editor/static/src/js/wysiwyg/wysiwyg_snippets.js 19 additions, 1 deletionaddons/web_editor/static/src/js/wysiwyg/wysiwyg_snippets.js
- addons/website/static/src/js/editor/wysiwyg_multizone_translate.js 1 addition, 1 deletion...bsite/static/src/js/editor/wysiwyg_multizone_translate.js
Please register or sign in to comment