improve pdf index export to prevent overflows

This commit is contained in:
Gregor Vostrak
2024-12-09 16:58:06 +01:00
parent fdbf88a9a6
commit 67e42a0a54
2 changed files with 70 additions and 56 deletions

View File

@@ -21,6 +21,7 @@ async function submit() {
const newTag = props.createTag(tag.value.name);
if (newTag !== undefined) {
show.value = false;
tag.value.name = '';
}
}