mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 13:38:06 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
b0453dfaba
6 changed files with 12 additions and 2 deletions
|
|
@ -432,7 +432,7 @@ export class Breadcrumb {
|
|||
submenu: [{
|
||||
iconHTML: "",
|
||||
current: isCustomFullWidth === "true",
|
||||
label: window.siyuan.languages.use,
|
||||
label: window.siyuan.languages.enable,
|
||||
click() {
|
||||
fetchPost("/api/attr/setBlockAttrs", {
|
||||
id: protyle.block.rootID,
|
||||
|
|
@ -442,7 +442,7 @@ export class Breadcrumb {
|
|||
}, {
|
||||
iconHTML: "",
|
||||
current: isCustomFullWidth === "false",
|
||||
label: window.siyuan.languages.close,
|
||||
label: window.siyuan.languages.disable,
|
||||
click() {
|
||||
fetchPost("/api/attr/setBlockAttrs", {
|
||||
id: protyle.block.rootID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue