Add buffer search history
This commit is contained in:
parent
ef57d444d0
commit
646dabe113
6 changed files with 428 additions and 8 deletions
|
@ -222,7 +222,7 @@ mod test {
|
|||
});
|
||||
|
||||
search_bar.read_with(cx.cx, |bar, cx| {
|
||||
assert_eq!(bar.query_editor.read(cx).text(cx), "cc");
|
||||
assert_eq!(bar.query(cx), "cc");
|
||||
});
|
||||
|
||||
deterministic.run_until_parked();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue