Skip to content

Fix SSE edit_area sync bug

Derek Knox requested to merge 221289-sse-non-mode-switch-sync-bug into master

What does this MR do?

Fixes a bug that otherwise let the static site editor work as a side effect of the mode change (from WYSIWYG <-> Markdown). Previously if a mode change did not occur, then the sync would not occur properly as expected. Now the sync works as expected regardless of the lack of a mode change.

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Closes #221289 (closed)

Edited by Derek Knox

Merge request reports