Fix up tests once and for good
This commit is contained in:
parent
8d4828a2e8
commit
c1f0ac30a0
3 changed files with 76 additions and 50 deletions
|
@ -2319,6 +2319,8 @@ impl Editor {
|
|||
|
||||
self.blink_manager.update(cx, BlinkManager::pause_blinking);
|
||||
cx.emit(Event::SelectionsChanged { local });
|
||||
cx.emit(SearchEvent::MatchesInvalidated);
|
||||
dbg!(cx.entity_id());
|
||||
|
||||
if self.selections.disjoint_anchors().len() == 1 {
|
||||
cx.emit(SearchEvent::ActiveMatchChanged)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue