Skip to content

Commit

Permalink
Remove unnecessary assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos authored Nov 21, 2024
1 parent 312efe0 commit 06909d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports.Component = registerComponent('link', {
this.quaternionClone = new THREE.Quaternion();
// Store hidden elements during peek mode so we can show them again later.
this.hiddenEls = [];
this.previewDistance = DEFAULT_PREVIEW_DISTANCE;
},

update: function (oldData) {
Expand Down

0 comments on commit 06909d9

Please sign in to comment.