I have a plugin using the GetSelectedText method which is returning the incorrect numbering when a paragraph is removed.
- Insert a paragraph with numbering. Highlighted the text and observe that the correct numbering is returned on the right side.
- Turn on tracked changes. Delete one of the entire sections. Highlight the text and observe the incorrect numbering is displayed for the deleted section.
We see the following text:
1.1 Text in section 1.
1.1 Text in section 2.
Instead of:
1.1 Text in section 1.
1.2 Text in section 2.
OS version: MacOS 11.7.1
App version: 7.4.1.36
Example doc:
sample_doc.docx (13.2 KB)