History
The History extension allows you to undo and redo changes in your editor.
- Based on TipTap's highlight extension. @tiptap/extension-history
Usage
tsx
import { History } from 'reactjs-tiptap-editor';
const extensions = [
...,
// Import Extensions Here
History
];