Skip to content

Commit

Permalink
fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Jul 28, 2024
1 parent b00523a commit 437acd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/javascript/app_mixlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,12 +473,12 @@ app.registerExtension({
draw (ctx, node, widget_width, y, widget_height) {
Object.assign(
this.div.style,
get_position_style(
{...get_position_style(
ctx,
widget_width,
node.size[1] - widget_height,
node.size[1]
)
),zIndex:1}
)
}
}
Expand Down

0 comments on commit 437acd0

Please sign in to comment.