This commit is contained in:
Daniel 2024-05-25 10:22:39 +08:00
parent 9b14fe7bdb
commit a08064460a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 20 additions and 14 deletions

View file

@ -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
}