forked from 0x2620/pandora
add 'selection' to editSettings (like listSelection)
This commit is contained in:
parent
04eff288dd
commit
60e1a0b4bd
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ appPanel
|
||||||
'in': 0,
|
'in': 0,
|
||||||
out: 0,
|
out: 0,
|
||||||
position: 0,
|
position: 0,
|
||||||
|
selection: [],
|
||||||
sort: [{key: 'index', operator: '+'}],
|
sort: [{key: 'index', operator: '+'}],
|
||||||
view: 'list'
|
view: 'list'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue