small fix to rate status update
This commit is contained in:
parent
1eb74acb3e
commit
8ff3e37044
1 changed files with 2 additions and 1 deletions
|
@ -701,10 +701,11 @@ impl ProjectSearchView {
|
||||||
}));
|
}));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
semantic_state.maintain_rate_limit = None;
|
semantic_state.maintain_rate_limit = None;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fn clear_search(&mut self, cx: &mut ViewContext<Self>) {
|
fn clear_search(&mut self, cx: &mut ViewContext<Self>) {
|
||||||
self.model.update(cx, |model, cx| {
|
self.model.update(cx, |model, cx| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue