Merge branch 'main' into develop

This commit is contained in:
Andrey Antukh 2021-04-15 17:34:40 +02:00
commit d946aceacb
3 changed files with 67 additions and 13 deletions

View file

@ -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("$$$");