Skip to content

Commit

Permalink
Now updates rendering when location marker is dragged
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorp committed Apr 19, 2024
1 parent e95c431 commit 98b8f6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/fencer.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function loadFontFromArrayBuffer (arrayBuffer, options={}) {

// axis-controls-select

axisControlSelectorPopulate()
axisControlSelectorPopulate();

// build axis controls
str += "AXES: \n";
Expand Down Expand Up @@ -724,6 +724,9 @@ function svgMouseMove(e) {
updateMappings();
}
}

//
updateRenders();
}

function updateArrow(arrowEl, inputOrOutputId, svgX, svgY) {
Expand Down

0 comments on commit 98b8f6d

Please sign in to comment.