mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-06-03 15:11:25 +00:00
fix: 反查模式不派生
This commit is contained in:
@@ -442,7 +442,8 @@ function F.func(input, env)
|
||||
|
||||
-- [Phase 3] 历史回溯构造 (Strictly fallback)
|
||||
if not has_valid_candidate then
|
||||
if find(curr_input, "^[/]") then
|
||||
if env.block_derivation then return end
|
||||
if find(curr_input, "^[/]") then
|
||||
return
|
||||
end
|
||||
if not env.block_derivation and has_letters(curr_input) then
|
||||
|
||||
Reference in New Issue
Block a user