Skip to content

Fix crash on undo after reload

Waqar Ahmed requested to merge work/fix-crash-462793 into master

When the doc is externally modified we must clear any stored state that relies on the doc being same.

Checksum check is useless because it is already updated, we must clear it unconditionally always if m_modOnHD == true

BUG: 462793

Merge request reports