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

[FIX] web_editor: fix gallery blocking the editor after image reordering


When snippets deeply alter the DOM (e.g. image reordering in gallery),
the related option might be destroyed since they are referencing old
DOM. If such a case occurred, the destroyed option was still waiting for
an option update response by the editor before being considered as
finished... which then never occurred and blocked the editor.

closes odoo/odoo#44998

X-original-commit: 9eeea4c4107dc15984c475582d5ee58a17cd2568
Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 32a8b4dc
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