Applying global vs actor tag toggle to scene results.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user