mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-06-28 15:45:35 +08:00
fix:修复编辑状态下文档展开方式读取错误
This commit is contained in:
parent
599379852b
commit
b26c4d88ee
@ -17,7 +17,7 @@ type DocumentTree struct {
|
|||||||
BookIdentify string `json:"-"`
|
BookIdentify string `json:"-"`
|
||||||
Version int64 `json:"version"`
|
Version int64 `json:"version"`
|
||||||
State *DocumentSelected `json:"-"`
|
State *DocumentSelected `json:"-"`
|
||||||
AAttrs map[string]interface{} `json:"-"`
|
AAttrs map[string]interface{} `json:"a_attr"`
|
||||||
}
|
}
|
||||||
type DocumentSelected struct {
|
type DocumentSelected struct {
|
||||||
Selected bool `json:"selected"`
|
Selected bool `json:"selected"`
|
||||||
|
Loading…
Reference in New Issue
Block a user