Restore blink_cursors

Nathan Sobo and Max Brunsfeld created

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>

Change summary

zed/src/editor/buffer_view.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

zed/src/editor/buffer_view.rs 🔗

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