Skip to content
Snippets Groups Projects
Commit 8b296c02 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] web_editor: prevent switching to text tools immediately

On editor start, "the cursor enters editable text" at a "random" time
thus switching immediately to text tools or not depending on the fact
text tools switching was initialized or not. We now only allow to do so
after some fixed delay after the editor is ready, to prevent any
automatic switching on editor start (which may break tours).

Part of https://github.com/odoo/odoo/pull/60383


task-2352339

closes odoo/odoo#60383

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 2046dc83
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