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 998c9db commit 55856a9Copy full SHA for 55856a9
services/static-webserver/client/source/class/osparc/form/tag/TagManager.js
@@ -84,7 +84,6 @@ qx.Class.define("osparc.form.tag.TagManager", {
84
allowGrowX: false
85
});
86
addTagButton.addListener("execute", () => {
87
- console.log(scrollTags);
88
this.__repopulateTags();
89
const newItem = new osparc.form.tag.TagItem().set({
90
mode: osparc.form.tag.TagItem.modes.EDIT
0 commit comments