fix whitespace
This commit is contained in:
@@ -125,7 +125,7 @@ declare module '@tiptap/core' {
|
|||||||
/**
|
/**
|
||||||
* The selection has changed.
|
* The selection has changed.
|
||||||
*/
|
*/
|
||||||
onSelectionUpdate?: ((this: {
|
onSelectionUpdate?: ((this: {
|
||||||
options: Options,
|
options: Options,
|
||||||
editor: Editor,
|
editor: Editor,
|
||||||
type: MarkType,
|
type: MarkType,
|
||||||
@@ -134,7 +134,7 @@ declare module '@tiptap/core' {
|
|||||||
/**
|
/**
|
||||||
* The view has changed.
|
* The view has changed.
|
||||||
*/
|
*/
|
||||||
onViewUpdate?: ((this: {
|
onViewUpdate?: ((this: {
|
||||||
options: Options,
|
options: Options,
|
||||||
editor: Editor,
|
editor: Editor,
|
||||||
type: MarkType,
|
type: MarkType,
|
||||||
|
|||||||
Reference in New Issue
Block a user