Skip to content

Commit

Permalink
fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Aug 26, 2024
1 parent 6ef82b1 commit 7277844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/javascript/visualization.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function createVisualizer (node, inputName, typeName, inputData, app) {
.translateSelf(margin, margin + widgetY)

Object.assign(this.visualizer.style, {
left: `${transform.a * margin + transform.e}px`,
left: `${transform.a * margin + transform.e + 40}px`,
top: `${transform.d + transform.f + top_offset}px`,
width: `${w * transform.a}px`,
height: `${
Expand Down

0 comments on commit 7277844

Please sign in to comment.