mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Improve floating window backlink https://github.com/siyuan-note/siyuan/issues/13371
This commit is contained in:
parent
553891defb
commit
04a4a90721
4 changed files with 22 additions and 11 deletions
|
|
@ -412,7 +412,7 @@ func getRefIDs(c *gin.Context) {
|
|||
}
|
||||
|
||||
id := arg["id"].(string)
|
||||
refIDs, refTexts, defIDs := model.GetBlockRefs(id)
|
||||
refIDs, refTexts, defIDs := model.GetBlockRefs(id, true)
|
||||
ret.Data = map[string][]string{
|
||||
"refIDs": refIDs,
|
||||
"refTexts": refTexts,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue