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();
|
chatController.abort();
|
||||||
|
|
||||||
if (cancel) {
|
if (cancel) {
|
||||||
|
$chat.classList.remove("completing");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1003,6 +1005,8 @@
|
|||||||
},
|
},
|
||||||
chunk => {
|
chunk => {
|
||||||
if (chunk === "aborted") {
|
if (chunk === "aborted") {
|
||||||
|
chatController = null;
|
||||||
|
|
||||||
finish(true);
|
finish(true);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user