0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

🐛 Fix minor issue on text_editor_impl.js file.

That causes the production build fail.
This commit is contained in:
Andrey Antukh 2021-03-16 15:12:56 +01:00
parent fb36ab0e41
commit fc29e8fb6b

View file

@ -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) {