From d66535317f9d732823ef6b40f17ef657a1161f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 18 Nov 2020 16:44:23 +0100 Subject: [PATCH] reorder --- packages/core/src/extensions/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/extensions/commands.ts b/packages/core/src/extensions/commands.ts index 4671c68d..02e96897 100644 --- a/packages/core/src/extensions/commands.ts +++ b/packages/core/src/extensions/commands.ts @@ -6,6 +6,7 @@ import * as command from '../commands/command' import * as clearNodes from '../commands/clearNodes' import * as deleteSelection from '../commands/deleteSelection' import * as extendMarkRange from '../commands/extendMarkRange' +import * as first from '../commands/first' import * as focus from '../commands/focus' import * as insertHTML from '../commands/insertHTML' import * as insertText from '../commands/insertText' @@ -26,7 +27,6 @@ import * as toggleBlockType from '../commands/toggleBlockType' import * as toggleList from '../commands/toggleList' import * as toggleMark from '../commands/toggleMark' import * as toggleWrap from '../commands/toggleWrap' -import * as first from '../commands/first' import * as updateNodeAttributes from '../commands/updateNodeAttributes' import * as wrapIn from '../commands/wrapIn' import * as wrapInList from '../commands/wrapInList'