mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-13 01:19:01 +08:00
8 lines
141 B
Markdown
8 lines
141 B
Markdown
# undoInputRule
|
|
`undoInputRule` will undo the most recent input rule that was triggered.
|
|
|
|
## Usage
|
|
```js
|
|
editor.commands.undoInputRule()
|
|
```
|