only re-sort if more than one item
This commit is contained in:
parent
e71b3b57dc
commit
220a63816c
|
@ -554,6 +554,7 @@ Lists
|
|||
top: 16px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.OxTextList .OxBody .OxContent {
|
||||
//width: 100%;
|
||||
|
|
|
@ -2876,8 +2876,10 @@ requires
|
|||
}
|
||||
|
||||
function updateSort() {
|
||||
clear();
|
||||
getPositions();
|
||||
if (self.listLength > 1) {
|
||||
clear();
|
||||
getPositions();
|
||||
}
|
||||
}
|
||||
|
||||
self.onChange = function(key, value) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user