1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00

Scroll to correct point in document for edit mode

This commit is contained in:
sauls8t 2018-01-25 13:20:22 +00:00
parent c0d70e38de
commit 412127811e
9 changed files with 35 additions and 16 deletions

View file

@ -491,5 +491,5 @@ type BulkDocumentData struct {
Permissions pm.Record `json:"permissions"`
Roles pm.DocumentRecord `json:"roles"`
Spaces []space.Space `json:"folders"`
Links []link.Link `json:"link"`
Links []link.Link `json:"links"`
}