mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-18 22:36:10 +01:00
🎨 Distinguishing between a referenced definition block that does not exist or one that is not indexed https://github.com/siyuan-note/siyuan/issues/16850
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
c08aec57fb
commit
feaa7938ff
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ func getBlockInfo(c *gin.Context) {
|
|||
return
|
||||
} else if errors.Is(err, model.ErrBoxUnindexed) {
|
||||
ret.Code = -1
|
||||
ret.Msg = ""
|
||||
ret.Msg = "" // 加载的时候已经推送过提示了,这里不需要再提示
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue