Resolve an issue where collection nodes sometimes wouldn't sort properly.
parent
659aeeb58e
commit
b90d368ee7
|
|
@ -119,6 +119,7 @@
|
|||
// extract the values from the models
|
||||
|
||||
var l = func(left, attr), r = func(right, attr), t;
|
||||
if (_.isUndefined(l) || _.isUndefined(r)) return;
|
||||
|
||||
var types = ['number-cell', 'integer-cell'];
|
||||
if (_.include(types, type)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue