forked from 0x2620/oxjs
pass showLayers from panels to folder
This commit is contained in:
parent
69cd6ceed8
commit
f302db9490
4 changed files with 23 additions and 0 deletions
|
|
@ -58,6 +58,13 @@ Ox.ClipPanel = function(options, self) {
|
|||
}
|
||||
},
|
||||
selected: selectClips,
|
||||
showLayers: function() {
|
||||
if (self.options.view == 'annotations') {
|
||||
self.$list.options({
|
||||
showLayers: Ox.clone(self.options.showLayers)
|
||||
});
|
||||
}
|
||||
},
|
||||
sort: function() {
|
||||
updateSortElement();
|
||||
self.$list.options({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue