diff --git a/app/src/block/Panel.ts b/app/src/block/Panel.ts index fa0eeffb0..e3a3268fe 100644 --- a/app/src/block/Panel.ts +++ b/app/src/block/Panel.ts @@ -247,7 +247,7 @@ export class BlockPanel { ${openHTML} - +
`; if (this.nodeIds.length === 0) { diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index ac40f0458..f22984764 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -2273,7 +2273,7 @@ data-type="${type}" data-subtype="${nodeElement.getAttribute("data-subtype")}" d if (type === "NodeListItem" && nodeElement.childElementCount > 3 || type === "NodeHeading") { const fold = nodeElement.getAttribute("fold"); foldHTML = ``; +data-type="fold" style="cursor:inherit;">`; } if (type === "NodeListItem" || type === "NodeList") { listItem = nodeElement; diff --git a/app/src/protyle/toolbar/index.ts b/app/src/protyle/toolbar/index.ts index 587db19a4..ccb1fc478 100644 --- a/app/src/protyle/toolbar/index.ts +++ b/app/src/protyle/toolbar/index.ts @@ -893,7 +893,7 @@ export class Toolbar { - +
`; const autoHeight = () => {