Implement progress and cancellation for extraction

This commit is contained in:
Jeremy Soller 2024-11-14 16:00:35 -07:00
parent 00ed3115cc
commit 6a79e8178f
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 230 additions and 8 deletions

View file

@ -500,7 +500,7 @@ fn update<Message: Clone>(
shell.publish(message())
}
}
(Some(new), None) => {
(Some(_), None) => {
if let Some(message) = widget.on_enter.as_ref() {
shell.publish(message())
}