fix a bug that would slow down reload of static lists when passing a new items array
This commit is contained in:
parent
d2972cd526
commit
46ef208be2
1 changed files with 0 additions and 1 deletions
|
@ -1383,7 +1383,6 @@ Ox.List = function(options, self) {
|
||||||
if (Ox.isArray(value)) {
|
if (Ox.isArray(value)) {
|
||||||
updateSelected();
|
updateSelected();
|
||||||
updateSort();
|
updateSort();
|
||||||
loadItems();
|
|
||||||
} else {
|
} else {
|
||||||
updateQuery();
|
updateQuery();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue