mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-08 17:06:42 +00:00
fix
This commit is contained in:
@@ -905,6 +905,8 @@
|
||||
chatController.abort();
|
||||
|
||||
if (cancel) {
|
||||
$chat.classList.remove("completing");
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
@@ -1003,6 +1005,8 @@
|
||||
},
|
||||
chunk => {
|
||||
if (chunk === "aborted") {
|
||||
chatController = null;
|
||||
|
||||
finish(true);
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user