mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 07:24:07 +01:00
This commit is contained in:
parent
78f79af636
commit
d3878e947c
11 changed files with 77 additions and 34 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue