From 82a1d695bb7adfce026571ac6db4c562db6f7bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 14 Aug 2020 15:02:33 +0200 Subject: [PATCH] refactoring --- packages/core/src/commands/clearContent.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/commands/clearContent.ts b/packages/core/src/commands/clearContent.ts index 5a38fe8e..fb749162 100644 --- a/packages/core/src/commands/clearContent.ts +++ b/packages/core/src/commands/clearContent.ts @@ -1,5 +1,4 @@ import { Editor } from '../Editor' -import { TextSelection } from 'prosemirror-state' type ClearContent = (emitUpdate?: Boolean) => any