diff --git a/src/view-slot.js b/src/view-slot.js index 99a59c80..42abf117 100644 --- a/src/view-slot.js +++ b/src/view-slot.js @@ -308,7 +308,7 @@ export class ViewSlot { view = children[i]; for(j = 0; j < jj; ++j){ - contentSelectors[j].removeAt(i, view.fragment); + contentSelectors[j].removeAt(0, view.fragment); } }