mirror of
https://github.com/penpot/penpot.git
synced 2026-05-03 15:18:59 +00:00
🐛 Fix minor issue on text_editor_impl.js file.
That causes the production build fail.
This commit is contained in:
parent
fb36ab0e41
commit
fc29e8fb6b
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user