Skip to content

Commit

Permalink
cdb-types: fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoVgr committed Feb 1, 2024
1 parent 3df651b commit 3337c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hide/comp/cdb/Cell.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1508,13 +1508,15 @@ class Cell {
ctValue[idx + 1] = [];
v = ctValue[idx + 1];
}
var t = this.currentValue;

getHtml(v, selected.args[idx]).addClass("value").appendTo(paramsContent);

if (idx != selected.args.length - 1)
new Element('<p>,&nbsp</p>').appendTo(paramsContent);
}
}

content.css("right", '${depth == 0 ? rightAnchor - content.width() / 2.0 : rightAnchor}px');
}

function closeCdbTypeEdit(applyModifications : Bool = true) {
Expand Down Expand Up @@ -1611,8 +1613,6 @@ class Cell {
}
var t = this.currentValue;
buildParameters();

content.css("right", '${depth == 0 ? rightAnchor - content.width() / 2.0 : rightAnchor}px');
});

d.focus();
Expand Down

0 comments on commit 3337c26

Please sign in to comment.