Closed X455u closed 9 years ago
This pull request fixes the pointer animation issue (#181) by not triggering "jsav-updaterelative" when a step is undone in an exercise.
"jsav-updaterelative"
The pull request also contains the following changes for JSAV graphicals Line and PolyLine:
.points()
_points
.movePoints()
Passes tests and examples seem to work. Hope nothing brakes :)
Thanks again!
This pull request fixes the pointer animation issue (#181) by not triggering
"jsav-updaterelative"
when a step is undone in an exercise.The pull request also contains the following changes for JSAV graphicals Line and PolyLine:
.points()
now returns a deep copy of_points
.movePoints()
will make an animatable step for changing_points
Passes tests and examples seem to work. Hope nothing brakes :)