fix sequence step autoscroll

This commit is contained in:
gabrielburnworth 2018-01-28 14:05:12 -08:00
parent e92ce4b78a
commit e863c30d66

View file

@ -212,7 +212,7 @@ export function scrollToBottom(elementId: string) {
if (!elToScroll) { return; } if (!elToScroll) { return; }
// Wait for the new element height and scroll to the bottom. // Wait for the new element height and scroll to the bottom.
setTimeout(() => elToScroll.scrollTo(0, elToScroll.scrollHeight), 1); setTimeout(() => elToScroll.scrollTop = elToScroll.scrollHeight, 1);
} }
export function validBotLocationData( export function validBotLocationData(