crates/search/src/buffer_search.rs 🔗
@@ -552,6 +552,7 @@ impl BufferSearchBar {
);
});
}
+ cx.notify();
});
}
}));