Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
This commit is contained in:
@@ -47,10 +47,14 @@ editor.on('update', () => {
|
||||
// The content has changed.
|
||||
}
|
||||
|
||||
editor.on('selection', () => {
|
||||
editor.on('selectionUpdate', () => {
|
||||
// The selection has changed.
|
||||
}
|
||||
|
||||
editor.on('viewUpdate', () => {
|
||||
// The view has changed.
|
||||
}
|
||||
|
||||
editor.on('transaction', ({ transaction }) => {
|
||||
// The editor state has changed.
|
||||
}
|
||||
|
||||
@@ -7,4 +7,4 @@ The following guide describes how to integrate tiptap with your [React](https://
|
||||
|
||||
TODO
|
||||
|
||||
<demo name="React" />
|
||||
<demo name="Examples/Default/React" />
|
||||
|
||||
Reference in New Issue
Block a user