DocumentionUmo Editor NextTrack Changes (BETA)Troubleshooting

Troubleshooting

I can’t see any revision records in the review panel

Most commonly, you’re in final or original mode, where revision records are hidden. Switch to:

  • final-markup or original-markup

to show the revision stream.

Edits don’t generate new revisions

Check these first:

  • revision.enabled is true (without it, revision is not registered)
  • tracking is currently turned on (can be toggled in the Review toolbar group)
  • revision.defaultEnabled only controls the initial state and can be turned off later

Accept/Reject doesn’t work

Check:

  • revision.allowAcceptReject is true
  • the document is not read-only (document.readOnly !== true)
  • the editor is currently editable (some modes may force read-only)

Authors are missing or incorrect

Make sure each client sets:

  • options.user.id
  • options.user.name

Export still contains revision marks

  • Revision marks are part of the document content, so exports (HTML/JSON/DOCX, etc.) can include them.
  • final / original are view-only modes and won’t remove marks.

Finalize before exporting if you need a clean output:

editorRef.value.acceptAllRevisions()