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,
|
||||
items: self.options.clips,
|
||||
scrollbarVisible: true,
|
||||
selected: self.options.selected,
|
||||
sort: self.options.sort,
|
||||
sortable: isSortable(),
|
||||
unique: 'id'
|
||||
|
|
Loading…
Reference in a new issue