1
0
Fork 0
forked from wry/wry

it: test focus moving

This commit is contained in:
Julian Orth 2022-05-04 15:09:16 +02:00
parent 03b267e51f
commit 23f1aa5a31
7 changed files with 77 additions and 3 deletions

View file

@ -43,6 +43,7 @@ impl TestSeat {
server: Default::default(),
destroyed: Default::default(),
enter: Default::default(),
leave: Default::default(),
});
self.tran.add_obj(kb.clone())?;
self.tran.sync().await;