amberonno
Results
1
issues of
amberonno
in MultiChild.js file `case UPDATE_TYPES.MOVE: DOM.insertChildAfter( parentNode, parentNode.childNodes[fromIndex], update.afterNode, ); break; ` move method depends on 'fromIndex' (which is previous componet's _mountindex),which should be changed once some component insert before...