diff --git a/WeaselTSF/Composition.cpp b/WeaselTSF/Composition.cpp index e94cea0a5..407b38bbb 100644 --- a/WeaselTSF/Composition.cpp +++ b/WeaselTSF/Composition.cpp @@ -51,9 +51,9 @@ STDAPI CStartCompositionEditSession::DoEditSession(TfEditCookie ec) { * here. The workaround is only needed when inline preedit is not enabled. * See https://github.com/rime/weasel/pull/883#issuecomment-1567625762 */ - if (!_inlinePreeditEnabled) { - pRangeComposition->SetText(ec, TF_ST_CORRECTION, L" ", 1); - } + // if (!_inlinePreeditEnabled) { + // pRangeComposition->SetText(ec, TF_ST_CORRECTION, L" ", 1); + // } /* set selection */ TF_SELECTION tfSelection; diff --git a/output/data/weasel.yaml b/output/data/weasel.yaml index b4e331515..e310c38bb 100644 --- a/output/data/weasel.yaml +++ b/output/data/weasel.yaml @@ -8,8 +8,6 @@ app_options: ascii_mode: true conhost.exe: ascii_mode: true - firefox.exe: - inline_preedit: true # workaround for #946 show_notifications: true # how long a period notifications shows