Clear group tags list on create click

a3b2cc456fafe431165dc9b2c290845a380dd4f4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/tags.js+1 -1
@@ -1251,7 +1251,7 @@ function onCharacterCreateClick() {
1251}1251}
12521252
1253function onGroupCreateClick() {1253function onGroupCreateClick() {
1254 // Nothing to do here at the moment. Tags in group interface get automatically redrawn.1254 $('#groupTagList').empty();
1255}1255}
12561256
1257export function applyTagsOnCharacterSelect(chid = null) {1257export function applyTagsOnCharacterSelect(chid = null) {