From a7326e88660d6f8406d7f02acd2cc93e21623a95 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 30 Nov 2015 14:40:56 -0600 Subject: [PATCH] Awwwwwwwwww yisssss --- demo/www/app/plugin/plugin.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demo/www/app/plugin/plugin.js b/demo/www/app/plugin/plugin.js index a514cf47..fa63772b 100644 --- a/demo/www/app/plugin/plugin.js +++ b/demo/www/app/plugin/plugin.js @@ -134,7 +134,9 @@ export class Plugin { this.content.value = this.content.items.join(); - this.textArea.scrollTop = this.textArea.scrollHeight; + setTimeout(() => { + this.textArea.scrollTop = this.textArea.scrollHeight; + }) } doMethod(method) {