🎨 Support listing for invalid block references in the search dialog https://github.com/siyuan-note/siyuan/issues/10396

This commit is contained in:
Daniel 2024-02-28 22:37:23 +08:00
parent da9772f003
commit 4508dc07bd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -43,7 +43,7 @@ func listInvalidBlockRefs(c *gin.Context) {
page = 1
}
pageSize := 6
pageSize := 32
if nil != arg["pageSize"] {
pageSize = int(arg["pageSize"].(float64))
}