mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 05:33:49 +00:00
small fix to rate status update (#2967)
Small fix to update code for rate limiting status. Release Notes (Preview only) - Fixed update to only stop updating status, when the rate limit is reset to None
This commit is contained in:
commit
9b901df256
1 changed files with 2 additions and 1 deletions
|
@ -701,8 +701,9 @@ impl ProjectSearchView {
|
|||
}));
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
semantic_state.maintain_rate_limit = None;
|
||||
}
|
||||
semantic_state.maintain_rate_limit = None;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue