1--- before.rs 2025-07-07 11:37:48.434629001 +0300
2+++ expected.rs 2025-07-14 10:33:53.346906775 +0300
3@@ -1780,11 +1780,11 @@
4 cx.observe_window_activation(window, |editor, window, cx| {
5 let active = window.is_window_active();
6 editor.blink_manager.update(cx, |blink_manager, cx| {
7- if active {
8- blink_manager.enable(cx);
9- } else {
10- blink_manager.disable(cx);
11- }
12+ // if active {
13+ // blink_manager.enable(cx);
14+ // } else {
15+ // blink_manager.disable(cx);
16+ // }
17 });
18 }),
19 ],
20@@ -18463,7 +18463,7 @@
21 }
22
23 self.blink_manager.update(cx, |blink_manager, cx| {
24- blink_manager.enable(cx);
25+ // blink_manager.enable(cx);
26 });
27 self.show_cursor_names(window, cx);
28 self.buffer.update(cx, |buffer, cx| {