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() {
12511251}
12521252
12531253function onGroupCreateClick() {
1254- // Nothing to do here at the moment. Tags in group interface get automatically redrawn.
1254+ $('#groupTagList').empty();
12551255}
12561256
12571257export function applyTagsOnCharacterSelect(chid = null) {