Remove dropped entities even if there are no effects to flush

Max Brunsfeld created

Change summary

gpui/src/app.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

gpui/src/app.rs 🔗

@@ -1066,6 +1066,7 @@ impl MutableAppContext {
                     }
                     self.remove_dropped_entities();
                 } else {
+                    self.remove_dropped_entities();
                     self.update_windows();
 
                     if self.pending_effects.is_empty() {