Skip to content

Commit c647aa4

Browse files
committed
re-evaluate after appear
1 parent 5cf2e75 commit c647aa4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/CardBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
993993
position: "bottom-left",
994994
});
995995
osparc.utils.Utils.setIdToWidget(menu, "studyItemMenuMenu");
996-
this.evaluateMenuButtons();
996+
menu.addListener("appear", () => this.evaluateMenuButtons());
997997
}
998998
menuButton.setVisibility(menu ? "visible" : "excluded");
999999
},

0 commit comments

Comments
 (0)