mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
d173240e8b
commit
26cb2a4976
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export const appearanceMenu = (protyle: IProtyle, nodeElements?: Element[]) => {
|
|||
element.classList.add("protyle-font");
|
||||
let disableFont = false;
|
||||
nodeElements?.find((item: HTMLElement) => {
|
||||
if (item.classList.contains("list") || item.classList.contains("li")) {
|
||||
if (item.classList.contains("li")) {
|
||||
disableFont = true;
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue