neu hinzugefuegter tag an erster stelle

This commit is contained in:
ma0048
2025-09-03 11:21:08 +02:00
parent 396251b061
commit d027e62e75
@@ -445,7 +445,7 @@ export default {
if (!tagExists)
{
addedTag.id = tag.id;
tags.push({ ...addedTag });
tags.unshift({ ...addedTag });
targetRow.update({ tags: JSON.stringify(tags) });
targetRow.reformat();
}