Notify when buffer search matches change

This commit is contained in:
Keith Simmons 2022-04-13 14:49:18 -07:00
parent 847322215e
commit 8cde15cb72

View file

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