We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d3e39 commit bc60a06Copy full SHA for bc60a06
src/rimeengine.h
@@ -88,7 +88,7 @@ FCITX_CONFIGURATION(
88
Option<bool> preeditCursorPositionAtBeginning{
89
this, "PreeditCursorPositionAtBeginning",
90
_("Fix embedded preedit cursor at the beginning of the preedit"),
91
- !isAndroid() && !isApple()};
+ !isAndroid() && !isApple() && !isEmscripten()};
92
OptionWithAnnotation<SwitchInputMethodBehavior,
93
SwitchInputMethodBehaviorI18NAnnotation>
94
switchInputMethodBehavior{
0 commit comments