Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into feature/improve-command-chaining

This commit is contained in:
Philipp Kühn
2020-09-22 20:09:22 +02:00
30 changed files with 229 additions and 113 deletions

View File

@@ -57,7 +57,7 @@ export default () => {
<button onClick={() => alert(JSON.stringify(value))}>Alert state</button>
</p>
<hr style={{ margin: '0.85rem 0'}} />
<Editor
<Editor
value={value}
onChange={setValue}
extensions={extensions()}