mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 02:37:22 +02:00
Merge branch 'main' into develop
This commit is contained in:
commit
d946aceacb
3 changed files with 67 additions and 13 deletions
|
@ -106,8 +106,6 @@ export function applyInlineStyle(state, styles) {
|
|||
let content = null;
|
||||
|
||||
for (let style of styles) {
|
||||
console.log("applyInlineStyle", style);
|
||||
|
||||
const [p, k, v] = style.split("$$$");
|
||||
const prefix = [p, k, ""].join("$$$");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue