Facing issue in undo after insert line between two field
- Create a new MS Word docx (I'm using Microsoft Word for Microsoft 365 MSO (16.0.13127.20266) 32-bit.
- using CTRL+F9 add a merge field. example: { MERGEFIELD Test_Field1 }
- hit F9 to do an "Update Field"
- press enter to start a new line
- Repeat steps 2 and 3. I gave this field a different name. example: { MERGEFIELD Test_Field2 }
- Save the docx.
- Navigate to the javascript syncfusion document editor demo page. https://ej2.syncfusion.com/demos/document-editor/default/
- Open the docx you created
- Add a new line between the two merge field lines
- using ctrl+z undo the new line creation.
- Observe that the UI glitches here and renders two fields on top of each other.