fix renaming list

This commit is contained in:
j 2014-10-31 14:27:45 +01:00
commit f5fb255e20
3 changed files with 3 additions and 4 deletions

View file

@ -296,7 +296,7 @@ oml.ui.folders = function() {
oml.$ui.folder[0].$content
.css({height: 16 + items.length * 16 + 'px'});
oml.$ui.folderList[0].options({
items: items
items: Ox.clone(items, true)
})
.css({height: items.length * 16 + 'px'})
.size();