Added tag actor editing.

This commit is contained in:
2026-03-04 03:57:04 +01:00
parent f4447b23de
commit 46839b48cf
4 changed files with 130 additions and 64 deletions

View File

@@ -261,6 +261,7 @@ const fields = computed(() => [
key: 'tags',
type: 'tags',
value: scene.value.tags.toSorted((tagA, tagB) => tagA.name.localeCompare(tagB.name)),
simplify: false,
},
{
key: 'movies',