From 3bc407786788b9494ab2cdb0fcb9ba89ab1bc71c Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Sun, 15 Apr 2018 14:31:59 +0200 Subject: [PATCH] Clean ws --- src/editor/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/config/config.js b/src/editor/config/config.js index 572e183ed..23153cca2 100644 --- a/src/editor/config/config.js +++ b/src/editor/config/config.js @@ -98,7 +98,7 @@ module.exports = { // When false, removes empty text nodes when parsed, unless they contain a space keepEmptyTextNodes: 0, - + // Return JS of components inside HTML from 'editor.getHtml()' jsInHtml: true,