Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
somangoi committed Aug 22, 2023
1 parent d35a651 commit 4721307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/editorjs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7150,7 +7150,7 @@ const vt = class extends T {
let a = s.getData("text/html");
const l = document.createElement("div");
if (l.innerHTML = a, l.querySelectorAll("*").forEach((m) => {
m instanceof HTMLElement && (m.style.color = "inherit", m.style.fontFamily = "inherit", m.style.fontSize = "inherit", m.style.backgroundColor = "initial");
m instanceof HTMLElement && (m.style.fontFamily = "inherit", m.style.color = "inherit", m.style.fontSize = "inherit", m.style.backgroundColor = "initial");
}), a = l.innerHTML, i)
try {
this.insertEditorJSData(JSON.parse(i));
Expand Down
Loading

0 comments on commit 4721307

Please sign in to comment.