mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
a75abfb811
commit
8cc04cff6a
1 changed files with 2 additions and 2 deletions
|
|
@ -447,7 +447,7 @@ export class Breadcrumb {
|
|||
type: "submenu",
|
||||
submenu: [{
|
||||
iconHTML: "",
|
||||
current: !isCustomReadonly || isCustomReadonly === "true",
|
||||
current: isCustomReadonly === "true",
|
||||
label: window.siyuan.languages.enable,
|
||||
click() {
|
||||
fetchPost("/api/attr/setBlockAttrs", {
|
||||
|
|
@ -457,7 +457,7 @@ export class Breadcrumb {
|
|||
}
|
||||
}, {
|
||||
iconHTML: "",
|
||||
current: isCustomReadonly === "false",
|
||||
current: !isCustomReadonly || isCustomReadonly === "false",
|
||||
label: window.siyuan.languages.disable,
|
||||
click() {
|
||||
fetchPost("/api/attr/setBlockAttrs", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue