From fc29e8fb6b403ffb7e6d11b1f7c4af91494b3b6d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 16 Mar 2021 15:12:56 +0100 Subject: [PATCH] :bug: Fix minor issue on text_editor_impl.js file. That causes the production build fail. --- frontend/src/app/util/text_editor_impl.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/app/util/text_editor_impl.js b/frontend/src/app/util/text_editor_impl.js index e41422656a..5e8f717597 100644 --- a/frontend/src/app/util/text_editor_impl.js +++ b/frontend/src/app/util/text_editor_impl.js @@ -106,8 +106,6 @@ export function updateCurrentBlockData(state, attrs) { export function applyInlineStyle(state, styles) { const selection = state.getSelection(); - - let state = state; let content = null; for (let style of styles) {