tiptap/docs/api/commands/undo-input-rule.md
2022-06-08 12:41:14 +02:00

8 lines
141 B
Markdown

# undoInputRule
`undoInputRule` will undo the most recent input rule that was triggered.
## Usage
```js
editor.commands.undoInputRule()
```