Clear pre-edit window state when pre-edit content is None

This commit is contained in:
rhysd 2025-02-13 13:10:07 +09:00
parent 88ffba4a3a
commit 89a4dc2ac2

View file

@ -234,6 +234,8 @@ where
self.preedit = Some(overlay);
}
} else {
self.preedit = None;
}
}
}