Skip to main content

DEFAULT_UNDO_LIMIT

Constant DEFAULT_UNDO_LIMIT 

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