1
0
mirror of synced 2025-12-19 17:48:10 -05:00

temp disable rm placeholder tags

This commit is contained in:
Marc Foley
2025-05-28 14:45:32 +01:00
parent 1211d9d68a
commit 4121e9cc74

View File

@@ -641,7 +641,7 @@ function axesCombos(axes) {
this.saveSession();
},
tagsToCSV() {
this.RemovePlaceHolderTags();
//this.RemovePlaceHolderTags();
this.tags = this.tags.filter((t) => t.name !== "");
// The sorting function used is case sensitive.
// This means that "A" will come before "a".