🎨 Improve block collapse and expansion operations (#10717)

This commit is contained in:
Yingyi / 颖逸 2024-03-24 22:16:49 +08:00 committed by GitHub
parent 6d833429c9
commit e922c402c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 15 deletions

View file

@ -125,7 +125,7 @@ func unfoldBlock(c *gin.Context) {
},
}
} else {
data, _ := gulu.JSON.MarshalJSON(map[string]interface{}{"unfold": "1"})
data, _ := gulu.JSON.MarshalJSON(map[string]interface{}{"fold": ""})
transactions = []*model.Transaction{
{
DoOperations: []*model.Operation{