Libraries
Slate History
2min
This sub-library tracks changes to the Slate value state over time, and enables undo and redo functionality.
History objects hold all of the operations that are applied to a value, so they can be undone or redone as necessary.
HistoryEditor contains helpers for history-enabled editors.
The withHistory plugin keeps track of the operation history of a Slate editor as operations are applied to it, using undo and redo stacks.
Updated 08 May 2024
Did this page help you?