We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd8fda commit a30b321Copy full SHA for a30b321
services/static-webserver/client/source/class/osparc/form/tag/TagManager.js
@@ -88,8 +88,8 @@ qx.Class.define("osparc.form.tag.TagManager", {
88
newItem.addListener("tagSaved", () => this.__repopulateTags(), this);
89
newItem.addListener("cancelNewTag", e => tagsContainer.remove(e.getTarget()), this);
90
newItem.addListener("deleteTag", e => tagsContainer.remove(e.getTarget()), this);
91
- this.__repopulateTags();
92
tagsContainer.add(newItem);
+ this.__repopulateTags();
93
});
94
this._add(addTagButton);
95
0 commit comments