Restore blink_cursors

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-03-30 18:12:45 -06:00
parent 6ba08b510f
commit dbf9a5a466

View file

@ -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();