small window change

This commit is contained in:
KCaverly 2023-10-31 10:50:28 -04:00
parent 663e8aed8a
commit e315e1bb6c

View file

@ -1620,7 +1620,7 @@ impl<'a, 'w, V: 'static> ViewContext<'a, 'w, V> {
) -> Subscription
where
V2: 'static,
V: Any + Send,
V: 'static + Send,
E: Entity<V2>,
{
let view = self.view();