mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 03:59:58 +02:00
.
This commit is contained in:
@@ -60,6 +60,7 @@ var Projections = React.createClass({
|
||||
|
||||
onMouseMove: function(evt, api) {
|
||||
api.mousePt = {x: evt.offsetX, y: evt.offsetY };
|
||||
api._lut = api.curve.getLUT();
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
Reference in New Issue
Block a user