Skip to content

Commit

Permalink
Merge pull request #1202 from xeokit/fix-measurement-highlighting
Browse files Browse the repository at this point in the history
Fix angle measurement highlighting on mouseover
  • Loading branch information
xeolabs authored Oct 26, 2023
2 parents 789eaae + f590a8f commit 0d52437
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export class AngleMeasurementsMouseControl extends AngleMeasurementsControl {
if (mouseHovering) {
this._currentAngleMeasurement.targetVisible = true;
this._currentAngleMeasurement.angleVisible = true;
this._currentAngleMeasurement.clickable = true;
this.angleMeasurementsPlugin.fire("measurementEnd", this._currentAngleMeasurement);
this._currentAngleMeasurement = null;
this._mouseState = MOUSE_FINDING_ORIGIN;
Expand Down

0 comments on commit 0d52437

Please sign in to comment.