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:
parent
869d48b446
commit
3d7f1f8a73
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ impl BlinkCursor {
|
||||||
|
|
||||||
fn blink(&mut self, epoch: usize, cx: &mut Context<Self>) {
|
fn blink(&mut self, epoch: usize, cx: &mut Context<Self>) {
|
||||||
if self.paused || epoch != self.epoch {
|
if self.paused || epoch != self.epoch {
|
||||||
|
self.visible = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue