tiptap/docs/api/commands/undo-input-rule.md

8 lines
141 B
Markdown
Raw Normal View History

2021-04-21 17:03:33 +08:00
# undoInputRule
`undoInputRule` will undo the most recent input rule that was triggered.
2021-04-21 17:03:33 +08:00
## Usage
```js
editor.commands.undoInputRule()
```