Skip to content

Commit

Permalink
fix(view-slot): transformChildNodesIntoView broken with animation
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 28, 2015
1 parent bacf5b9 commit 03b9443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/view-slot.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export class ViewSlot {
var parent = this.anchor;

this.children.push({
fragment:parent,
firstChild:parent.firstChild,
lastChild:parent.lastChild,
removeNodes(){
var last;

Expand Down

0 comments on commit 03b9443

Please sign in to comment.