mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
🎨 Update text https://github.com/siyuan-note/siyuan/issues/11521
This commit is contained in:
parent
9b14fe7bdb
commit
a08064460a
7 changed files with 20 additions and 14 deletions
|
|
@ -70,7 +70,7 @@ func (tx *Transaction) doMoveOutlineHeading(operation *Operation) (ret *TxErr) {
|
|||
|
||||
if ast.NodeDocument != previousHeading.Parent.Type {
|
||||
// 仅支持文档根节点下第一层标题,不支持容器块内标题
|
||||
util.PushMsg(Conf.language(240), 5000)
|
||||
util.PushMsg(Conf.language(248), 5000)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
@ -119,7 +119,7 @@ func (tx *Transaction) doMoveOutlineHeading(operation *Operation) (ret *TxErr) {
|
|||
|
||||
if ast.NodeDocument != parentHeading.Parent.Type {
|
||||
// 仅支持文档根节点下第一层标题,不支持容器块内标题
|
||||
util.PushMsg(Conf.language(240), 5000)
|
||||
util.PushMsg(Conf.language(248), 5000)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue