From bc60a066800caa90c3aa6fc835ada4c10587db04 Mon Sep 17 00:00:00 2001 From: Qijia Liu Date: Sun, 24 Nov 2024 18:56:52 -0500 Subject: [PATCH] don't fix cursor at the beginning on web (#128) --- src/rimeengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rimeengine.h b/src/rimeengine.h index 4bf912d..8a25c7a 100644 --- a/src/rimeengine.h +++ b/src/rimeengine.h @@ -88,7 +88,7 @@ FCITX_CONFIGURATION( Option preeditCursorPositionAtBeginning{ this, "PreeditCursorPositionAtBeginning", _("Fix embedded preedit cursor at the beginning of the preedit"), - !isAndroid() && !isApple()}; + !isAndroid() && !isApple() && !isEmscripten()}; OptionWithAnnotation switchInputMethodBehavior{