chore: rebuild CentOS7 release package
This commit is contained in:
@@ -8614,7 +8614,10 @@
|
||||
msgInput.focus();
|
||||
});
|
||||
}
|
||||
abortBtn.addEventListener('click', () => send({ type: 'abort' }));
|
||||
abortBtn.addEventListener('click', () => {
|
||||
if (!currentSessionId) return;
|
||||
send({ type: 'abort', sessionId: currentSessionId });
|
||||
});
|
||||
if (attachBtn && imageUploadInput) {
|
||||
attachBtn.addEventListener('click', () => imageUploadInput.click());
|
||||
imageUploadInput.addEventListener('change', () => {
|
||||
|
||||
Reference in New Issue
Block a user