mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Re-render character list when done editing. Decrease margin to prevent accidental clicks
This commit is contained in:
		@@ -8,6 +8,7 @@ import {
 | 
			
		||||
    eventSource,
 | 
			
		||||
    getCharacters,
 | 
			
		||||
    getRequestHeaders,
 | 
			
		||||
    printCharacters,
 | 
			
		||||
    this_chid
 | 
			
		||||
} from "../script.js";
 | 
			
		||||
 | 
			
		||||
@@ -231,6 +232,8 @@ class BulkTagPopupHandler {
 | 
			
		||||
        if (popupElement) {
 | 
			
		||||
            document.body.removeChild(popupElement);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        printCharacters(true);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
@@ -243,6 +246,8 @@ class BulkTagPopupHandler {
 | 
			
		||||
            const key = getTagKeyForCharacter(characterId);
 | 
			
		||||
            if (key) tag_map[key] = [];
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        printCharacters(true);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user