clip panel: handle 'selected'
This commit is contained in:
parent
026574c43f
commit
607106ac67
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ Ox.ClipPanel = function(options, self) {
|
||||||
columnsVisible: true,
|
columnsVisible: true,
|
||||||
items: self.options.clips,
|
items: self.options.clips,
|
||||||
scrollbarVisible: true,
|
scrollbarVisible: true,
|
||||||
|
selected: self.options.selected,
|
||||||
sort: self.options.sort,
|
sort: self.options.sort,
|
||||||
sortable: isSortable(),
|
sortable: isSortable(),
|
||||||
unique: 'id'
|
unique: 'id'
|
||||||
|
|
Loading…
Reference in a new issue