From 56bd2401729bb77ba1259f147f7adca6e68f3fdb Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Wed, 5 Feb 2020 15:24:06 +0100 Subject: [PATCH] Internal: Removed unused reference. --- src/view/element.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/view/element.js b/src/view/element.js index 87abe5fe2..be74c983b 100644 --- a/src/view/element.js +++ b/src/view/element.js @@ -13,7 +13,6 @@ import TextProxy from './textproxy'; import toMap from '@ckeditor/ckeditor5-utils/src/tomap'; import isIterable from '@ckeditor/ckeditor5-utils/src/isiterable'; import Matcher from './matcher'; -import { isPlainObject } from 'lodash-es'; import StylesMap from './stylesmap'; // @if CK_DEBUG_ENGINE // const { convertMapToTags } = require( '../dev-utils/utils' );