Vanessa 2022-09-21 11:03:32 +08:00
parent 78f79af636
commit d3878e947c
11 changed files with 77 additions and 34 deletions

View file

@ -1358,17 +1358,16 @@ export class Gutter {
</div>`,
click: () => {
this.genClick(nodeElements, protyle, (e: HTMLElement) => {
e.style.textShadow = "";
e.style.color = "";
e.style.webkitBackgroundClip = "";
e.style.backgroundImage = "";
e.style.webkitTextFillColor = "";
e.style.webkitTextStroke = "";
e.style.textShadow = "";
e.style.backgroundColor = "";
e.style.fontSize = "";
});
}
});
// TODO 字体大小
return styles;
}