From 9cdc76a0824a1612b664f9de09e3825a41c707de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 1 Apr 2021 18:42:31 +0200 Subject: [PATCH] fix whitespace --- packages/core/src/Mark.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/Mark.ts b/packages/core/src/Mark.ts index 39b18346..46f89072 100644 --- a/packages/core/src/Mark.ts +++ b/packages/core/src/Mark.ts @@ -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,