fix #2240 (Edits: Selection not preserved when switching between list and grid)
This commit is contained in:
parent
5c0d28a00d
commit
543ce2ad0b
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ Ox.ClipPanel = function(options, self) {
|
||||||
items: self.options.clips,
|
items: self.options.clips,
|
||||||
keys: ['id', 'in', 'out'],
|
keys: ['id', 'in', 'out'],
|
||||||
orientation: 'both',
|
orientation: 'both',
|
||||||
|
selected: self.options.selected,
|
||||||
sort: getListSort(),
|
sort: getListSort(),
|
||||||
unique: 'id'
|
unique: 'id'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue