mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
779c6ede28
commit
df59f67153
1 changed files with 2 additions and 2 deletions
|
|
@ -1674,8 +1674,8 @@ export class Gutter {
|
||||||
blockRender(protyle, nodeElement);
|
blockRender(protyle, nodeElement);
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
id: "showHeadingWithBlocks",
|
id: "showHeadingOnlyBlocks",
|
||||||
label: window.siyuan.languages.showHeadingWithBlocks,
|
label: window.siyuan.languages.showHeadingOnlyBlocks,
|
||||||
iconHTML: "",
|
iconHTML: "",
|
||||||
checked: nodeElement.getAttribute("custom-heading-mode") === "2",
|
checked: nodeElement.getAttribute("custom-heading-mode") === "2",
|
||||||
click() {
|
click() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue