mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove tag from inline list
This commit is contained in:
@@ -226,6 +226,8 @@ function onTagRemoveClick(event) {
|
||||
const tagId = tag.attr("id");
|
||||
tag.remove();
|
||||
removeTagFromMap(tagId);
|
||||
$(`${getInlineListSelector()} .tag[id="${tagId}"]`).remove();
|
||||
|
||||
printTags();
|
||||
saveSettingsDebounced();
|
||||
}
|
||||
|
Reference in New Issue
Block a user