Skip to content

Commit a30b321

Browse files
committed
minor
1 parent 0fd8fda commit a30b321

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/form/tag

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/form/tag/TagManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ qx.Class.define("osparc.form.tag.TagManager", {
8888
newItem.addListener("tagSaved", () => this.__repopulateTags(), this);
8989
newItem.addListener("cancelNewTag", e => tagsContainer.remove(e.getTarget()), this);
9090
newItem.addListener("deleteTag", e => tagsContainer.remove(e.getTarget()), this);
91-
this.__repopulateTags();
9291
tagsContainer.add(newItem);
92+
this.__repopulateTags();
9393
});
9494
this._add(addTagButton);
9595

0 commit comments

Comments
 (0)