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");
|
const tagId = tag.attr("id");
|
||||||
tag.remove();
|
tag.remove();
|
||||||
removeTagFromMap(tagId);
|
removeTagFromMap(tagId);
|
||||||
|
$(`${getInlineListSelector()} .tag[id="${tagId}"]`).remove();
|
||||||
|
|
||||||
printTags();
|
printTags();
|
||||||
saveSettingsDebounced();
|
saveSettingsDebounced();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user