fix renaming list
This commit is contained in:
parent
ab87ba22d7
commit
f5fb255e20
3 changed files with 3 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue