From 774ec0a4c19dd738dd03b978d934ec1f37605832 Mon Sep 17 00:00:00 2001 From: KaiSD Date: Thu, 5 Sep 2019 09:32:02 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'ace/index.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ace/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ace/index.html b/ace/index.html index 60c6794..593f2c2 100644 --- a/ace/index.html +++ b/ace/index.html @@ -172,6 +172,7 @@ reader.onload = readerEvent => { var content = readerEvent.target.result; // this is the content! editor.setValue(content); + editor.clearSelection(); } }