mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 23:27:59 +00:00
Merge pull request #815 from zed-industries/stale-search-match-count
Notify when buffer search matches change
This commit is contained in:
commit
e1b4bbfcf1
1 changed files with 1 additions and 0 deletions
|
@ -552,6 +552,7 @@ impl BufferSearchBar {
|
|||
);
|
||||
});
|
||||
}
|
||||
cx.notify();
|
||||
});
|
||||
}
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue