Update git gutter status after debounced delay
Co-authored-by: Max Brunsfeld <max@zed.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user