mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +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();
|
cx.start_frame();
|
||||||
for view_id in &invalidation.removed {
|
for view_id in &invalidation.removed {
|
||||||
|
invalidation.updated.remove(view_id);
|
||||||
self.rendered_views.remove(view_id);
|
self.rendered_views.remove(view_id);
|
||||||
}
|
}
|
||||||
for view_id in &invalidation.updated {
|
for view_id in &invalidation.updated {
|
||||||
|
|
Loading…
Reference in a new issue