forked from 0x2620/oxjs
fix a bug where edited places would not be updated correctly
This commit is contained in:
parent
9fb30bf1af
commit
db25eec98b
2 changed files with 13 additions and 8 deletions
|
|
@ -1178,6 +1178,7 @@ Ox.List = function(options, self) {
|
|||
// fixme: no case where callback is set
|
||||
// note: can't use selectNone here,
|
||||
// since it'd trigger a select event
|
||||
Ox.print('SET SELECTED', ids)
|
||||
var counter = 0;
|
||||
self.$items.forEach(function($item, pos) {
|
||||
if (isSelected(pos)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue