mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Remove dropped entities after every effect
This commit is contained in:
parent
36163f7b80
commit
e81a28e57e
1 changed files with 1 additions and 1 deletions
|
@ -1064,8 +1064,8 @@ impl MutableAppContext {
|
|||
self.focus(window_id, view_id);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
self.remove_dropped_entities();
|
||||
} else {
|
||||
self.update_windows();
|
||||
|
||||
if self.pending_effects.is_empty() {
|
||||
|
|
Loading…
Reference in a new issue