From b937c83bca07fe011762c6625a1dd523acf99459 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 25 Sep 2017 11:54:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20Fixed=20incorrect=20Home/End?= =?UTF-8?q?=20key=20behaviour=20on=20Windows=20(#870)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes https://github.com/TryGhost/Ghost/issues/8775 - upgrades our SimpleMDE fork - [bumps CodeMirror version to 5.30.0](https://github.com/kevinansfield/simplemde-markdown-editor/commit/b3e9f8b579fd3175064e62794d1c2d9f12811360) - [fixes Home/End key behaviour on Windows](https://github.com/kevinansfield/simplemde-markdown-editor/commit/f2e981845cbcbb5b50d0df3c12b4d56f8412412a) --- ghost/admin/yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 51f3cca41f..a6bb931d70 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -8512,7 +8512,7 @@ simple-swizzle@^0.2.2: "simplemde@https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost": version "1.11.2" - resolved "https://github.com/kevinansfield/simplemde-markdown-editor.git#42971ea4d997f5bec519c1c68cf63bda6b278cb2" + resolved "https://github.com/kevinansfield/simplemde-markdown-editor.git#f2e981845cbcbb5b50d0df3c12b4d56f8412412a" dependencies: codemirror "*" codemirror-spell-checker "*"