mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
Fix remaining test failures
This commit is contained in:
parent
fa8bac9714
commit
6bc17cc9a4
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ impl Presenter {
|
|||
) {
|
||||
cx.start_frame();
|
||||
for view_id in &invalidation.removed {
|
||||
invalidation.updated.remove(view_id);
|
||||
self.rendered_views.remove(view_id);
|
||||
}
|
||||
for view_id in &invalidation.updated {
|
||||
|
|
Loading…
Reference in a new issue