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 62edb69 commit f004184Copy full SHA for f004184
services/static-webserver/client/source/class/osparc/form/renderer/PropForm.js
@@ -861,7 +861,7 @@ qx.Class.define("osparc.form.renderer.PropForm", {
861
if (this.__resetCtrlField(portId)) {
862
if (portId in this.__linkUnlinkStackMap) {
863
const stack = this.__linkUnlinkStackMap[portId];
864
- if (stack.getSelectables() > 0) {
+ if (stack.getSelectables().length > 0) {
865
stack.setSelection([stack.getSelectables()[0]]);
866
}
867
0 commit comments