fixup.js adds buttons to candidate corrections/amendments. When spec is using respec, fixup.js adds them on load, and export feature exports html with them. So, displaying exported html results to have two sets of buttons.
Adding removeOnSave, respec will remove buttons on export, which will fix the issue of having two sets of buttons.
fixup.js adds buttons to candidate corrections/amendments. When spec is using respec, fixup.js adds them on load, and export feature exports html with them. So, displaying exported html results to have two sets of buttons. Adding removeOnSave, respec will remove buttons on export, which will fix the issue of having two sets of buttons.