Applying global vs actor tag toggle to scene results.

This commit is contained in:
2026-07-03 03:18:33 +02:00
parent e04ddaed9b
commit cb91cd4cc7
4 changed files with 17 additions and 1 deletions

View File

@@ -224,6 +224,8 @@ const groupedTags = computed(() => {
});
function toggleTag(tag, combine) {
emit('update', 'onlyActorTags', showActorTags.value, false);
if (props.filters.tags.includes(tag.slug)) {
emit('update', 'tags', props.filters.tags.filter((tagId) => tagId !== tag.slug));
return;