mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Comment tweaks
This commit is contained in:
@@ -1143,7 +1143,6 @@ function select_group_chats(groupId, skipAnimation) {
|
||||
* @param {Event} event - The event triggered by selecting a file input, containing the image file to upload.
|
||||
*
|
||||
* @returns {Promise<void>} - A promise that resolves when the processing and upload is complete.
|
||||
* No return value, but internal state might be updated based on the processing result.
|
||||
*/
|
||||
async function uploadGroupAvatar(event) {
|
||||
const file = event.target.files[0];
|
||||
|
Reference in New Issue
Block a user