mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Fix tags selector for first in the list
This commit is contained in:
		| @@ -410,7 +410,7 @@ function getInlineListSelector() { | |||||||
|         return `.group_select[grid="${selected_group}"] .tags`; |         return `.group_select[grid="${selected_group}"] .tags`; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (this_chid && menu_type === 'character_edit') { |     if (this_chid !== undefined && menu_type === 'character_edit') { | ||||||
|         return `.character_select[chid="${this_chid}"] .tags`; |         return `.character_select[chid="${this_chid}"] .tags`; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user