Skip to content

Commit

Permalink
Allow auto-scroll to be used on array elements by watching internal c…
Browse files Browse the repository at this point in the history
…hanges

Change-Id: I931d6c980794480c4a7453a46ffd3cf21f695910
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
  • Loading branch information
benoitf committed Feb 22, 2017
1 parent c6f0699 commit e5f0b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class CheAutoScroll {
this.$timeout(() => {
element[0].scrollTop = element[0].scrollHeight;
});
});
}, true);
}

}

0 comments on commit e5f0b48

Please sign in to comment.