mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Removed redundant emmiter
This commit is contained in:
		| @@ -9229,7 +9229,6 @@ jQuery(async function () { | |||||||
|                 await getChat(); |                 await getChat(); | ||||||
|                 await createOrEditCharacter(new CustomEvent('newChat')); |                 await createOrEditCharacter(new CustomEvent('newChat')); | ||||||
|                 if (isDelChatCheckbox) await delChat(chat_file_for_del + '.jsonl'); |                 if (isDelChatCheckbox) await delChat(chat_file_for_del + '.jsonl'); | ||||||
|                 await eventSource.emit(event_types.CHAT_CREATED); |  | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user