Skip to content

Commit

Permalink
Update 3d_mixlab.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Aug 26, 2024
1 parent a66023a commit 66ad4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/javascript/3d_mixlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ app.registerExtension({
draw (ctx, node, widget_width, y, widget_height) {
Object.assign(
this.div.style,
get_position_style(ctx, widget_width, 88, node.size[1])
get_position_style(ctx, widget_width-88, 88, node.size[1])
)
}
}
Expand Down

0 comments on commit 66ad4b0

Please sign in to comment.