Skip to content

Commit

Permalink
don't fix cursor at the beginning on web (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Nov 24, 2024
1 parent 88d3e39 commit bc60a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rimeengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ FCITX_CONFIGURATION(
Option<bool> preeditCursorPositionAtBeginning{
this, "PreeditCursorPositionAtBeginning",
_("Fix embedded preedit cursor at the beginning of the preedit"),
!isAndroid() && !isApple()};
!isAndroid() && !isApple() && !isEmscripten()};
OptionWithAnnotation<SwitchInputMethodBehavior,
SwitchInputMethodBehaviorI18NAnnotation>
switchInputMethodBehavior{
Expand Down

0 comments on commit bc60a06

Please sign in to comment.