Fixed a bug with cancelling tokens when processing prompt networking events

This commit is contained in:
2023-08-17 16:48:37 -06:00
parent 268029bfe8
commit e13d1ece58
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ impl<'a> App<'a> {
}
if self.is_routing {
if self.is_loading {
if self.is_loading && !self.should_refresh {
self.cancellation_token.cancel();
}