Awwwwwwwwww yisssss

This commit is contained in:
Max Lynch 2015-11-30 14:40:56 -06:00
parent c939ae975f
commit a7326e8866

View File

@ -134,7 +134,9 @@ export class Plugin {
this.content.value = this.content.items.join(); this.content.value = this.content.items.join();
this.textArea.scrollTop = this.textArea.scrollHeight; setTimeout(() => {
this.textArea.scrollTop = this.textArea.scrollHeight;
})
} }
doMethod(method) { doMethod(method) {