input: Keep showing the blink cursor when typing or moving. (#967)

https://github.com/user-attachments/assets/3b7d2cfd-50b0-4744-bb74-1deafc5710e3
This commit is contained in:
Jason Lee 2025-06-17 14:20:27 +08:00 committed by GitHub
parent 869d48b446
commit 3d7f1f8a73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@ impl BlinkCursor {
fn blink(&mut self, epoch: usize, cx: &mut Context<Self>) {
if self.paused || epoch != self.epoch {
self.visible = true;
return;
}