Skip to content

Commit bc60a06

Browse files
authored
don't fix cursor at the beginning on web (#128)
1 parent 88d3e39 commit bc60a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rimeengine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ FCITX_CONFIGURATION(
8888
Option<bool> preeditCursorPositionAtBeginning{
8989
this, "PreeditCursorPositionAtBeginning",
9090
_("Fix embedded preedit cursor at the beginning of the preedit"),
91-
!isAndroid() && !isApple()};
91+
!isAndroid() && !isApple() && !isEmscripten()};
9292
OptionWithAnnotation<SwitchInputMethodBehavior,
9393
SwitchInputMethodBehaviorI18NAnnotation>
9494
switchInputMethodBehavior{

0 commit comments

Comments
 (0)