mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Upgrade av spec to 2
This commit is contained in:
parent
724db336c8
commit
b357047290
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ type Viewable interface {
|
|||
func NewAttributeView(id string) (ret *AttributeView) {
|
||||
view, blockKey, selectKey := NewTableViewWithBlockKey(ast.NewNodeID())
|
||||
ret = &AttributeView{
|
||||
Spec: 0,
|
||||
Spec: 2,
|
||||
ID: id,
|
||||
KeyValues: []*KeyValues{{Key: blockKey}, {Key: selectKey}},
|
||||
ViewID: view.ID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue