mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 15:51:37 -05: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
1 changed files with 0 additions and 2 deletions
|
@ -106,8 +106,6 @@ export function updateCurrentBlockData(state, attrs) {
|
||||||
|
|
||||||
export function applyInlineStyle(state, styles) {
|
export function applyInlineStyle(state, styles) {
|
||||||
const selection = state.getSelection();
|
const selection = state.getSelection();
|
||||||
|
|
||||||
let state = state;
|
|
||||||
let content = null;
|
let content = null;
|
||||||
|
|
||||||
for (let style of styles) {
|
for (let style of styles) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue