fix whitespace

This commit is contained in:
Philipp Kühn 2021-04-01 18:42:31 +02:00
parent 1bd865809d
commit 9cdc76a082

View File

@ -125,7 +125,7 @@ declare module '@tiptap/core' {
/**
* The selection has changed.
*/
onSelectionUpdate?: ((this: {
onSelectionUpdate?: ((this: {
options: Options,
editor: Editor,
type: MarkType,
@ -134,7 +134,7 @@ declare module '@tiptap/core' {
/**
* The view has changed.
*/
onViewUpdate?: ((this: {
onViewUpdate?: ((this: {
options: Options,
editor: Editor,
type: MarkType,