From 2091e30d8a97140c771ac81efe79abf2b4a322fa Mon Sep 17 00:00:00 2001 From: Serhey Dolgushev Date: Fri, 13 Dec 2019 15:45:05 +0000 Subject: [PATCH] EZP-29882: Remove unused ZERO_WIDTH_SPACE --- .../public/js/alloyeditor/src/plugins/ez-custom-tag.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bundle/Resources/public/js/alloyeditor/src/plugins/ez-custom-tag.js b/src/bundle/Resources/public/js/alloyeditor/src/plugins/ez-custom-tag.js index fd7586215d..71649589c1 100644 --- a/src/bundle/Resources/public/js/alloyeditor/src/plugins/ez-custom-tag.js +++ b/src/bundle/Resources/public/js/alloyeditor/src/plugins/ez-custom-tag.js @@ -1,7 +1,5 @@ import customTagBaseDefinition from '../widgets/ez-custom-tag-base'; -const ZERO_WIDTH_SPACE = '​'; - CKEDITOR.dtd.$editable.span = 1; (function(global) {