Merge pull request #815 from zed-industries/stale-search-match-count

Notify when buffer search matches change
This commit is contained in:
Max Brunsfeld 2022-04-13 15:41:30 -07:00 committed by GitHub
commit e1b4bbfcf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -552,6 +552,7 @@ impl BufferSearchBar {
);
});
}
cx.notify();
});
}
}));