mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-19 19:57:09 +08:00
fix:修复编辑状态下文档展开方式读取错误
This commit is contained in:
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user