chore: improve text input (#94)
* update history * hide cursor & selection when window is deactivated - gpui-component * . * update input to catch up with gpui-component * adjust history
This commit is contained in:
@@ -103,8 +103,6 @@ impl Compose {
|
||||
.map(|profile| Contact::new(profile.public_key()))
|
||||
.collect_vec();
|
||||
|
||||
log::info!("get contacts");
|
||||
|
||||
Ok(contacts)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user