Update git gutter status after debounced delay
Co-authored-by: Max Brunsfeld <max@zed.com>
This commit is contained in:
parent
5157c71fa9
commit
883d5b7a08
5 changed files with 60 additions and 9 deletions
|
@ -734,7 +734,7 @@ impl<T: Item> ItemHandle for ViewHandle<T> {
|
|||
);
|
||||
}
|
||||
|
||||
const GIT_DELAY: Duration = Duration::from_millis(800);
|
||||
const GIT_DELAY: Duration = Duration::from_millis(600);
|
||||
let item = item.clone();
|
||||
pending_git_update.fire_new(
|
||||
GIT_DELAY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue