Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 452 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 452 Bytes

An implementation of an undo/redo history for ProseMirror. This history is selective, meaning it does not just roll back to a previous state but can undo some changes while keeping other, later changes intact. (This is necessary for collaborative editing, and comes up in other situations as well.)

Versioning

This module is a port of version 1.4.1 of prosemirror-history