1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00
This commit is contained in:
2025-08-28 01:24:42 +02:00
parent 26ad8698b7
commit ca5693b08a

View File

@@ -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;