From ac98cf4f99191000017664acfddf5f652fcfed5d Mon Sep 17 00:00:00 2001 From: shinalok Date: Wed, 26 Aug 2026 20:23:09 +0900 Subject: [PATCH] replace EasyMDE journal editor with plain textarea to fix iOS Korean IME jamo split MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forcing inputStyle to contenteditable (previous commit) didn't fix it on iPhone, confirming this is CodeMirror 5's own long-standing weakness with CJK IME composition on iOS WebKit, not just the iPad desktop-UA detection issue. There's no reliable fix short of dropping CodeMirror for the journal content field, so EasyMDE is removed entirely and the textarea goes back to a native, uncontrolled