tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README.md (417B)


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.)

@history

@undo

@redo

@undoNoScroll

@redoNoScroll

@undoDepth

@redoDepth

@closeHistory

@isHistoryTransaction