Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Dec 15, 2024
1 parent a847164 commit 1b7d5b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ qx.Class.define("osparc.dashboard.DragWidget", {
if (this.getContentElement()) {
// place it next to the "dragdrop-own-cursor" indicator
const domEl = this.getContentElement().getDomElement();
domEl.style.left = `${e.pageX + 30}px`;
domEl.style.top = `${e.pageY + 0}px`;
domEl.style.left = `${e.pageX + 15}px`;
domEl.style.top = `${e.pageY + 5}px`;
}
},

Expand Down

0 comments on commit 1b7d5b8

Please sign in to comment.