mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 03:59:55 +00:00
Restore blink_cursors
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
6ba08b510f
commit
dbf9a5a466
1 changed files with 0 additions and 1 deletions
|
@ -1076,7 +1076,6 @@ impl BufferView {
|
|||
}
|
||||
|
||||
fn blink_cursors(&mut self, epoch: usize, ctx: &mut ViewContext<Self>) {
|
||||
return;
|
||||
if epoch == self.blink_epoch && self.focused && !self.blinking_paused {
|
||||
self.cursors_visible = !self.cursors_visible;
|
||||
ctx.notify();
|
||||
|
|
Loading…
Reference in a new issue