pub const DEFAULT_UNDO_LIMIT: usize = 100;Expand description
How many steps a document keeps.
Deeper than a text field’s, because a document is the thing people actually walk backwards through, and bounded because an unbounded history of a growing document is a slow leak nothing reclaims.