Skip to content

Commit

Permalink
function defined twice after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TeunHuijben committed Oct 8, 2024
1 parent 118c59e commit a9a2bd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/SpherePointSelector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,6 @@ export class SpherePointSelector {
return selected;
}

pointerDown(_event: MouseEvent) {}

pointerCancel(_event: MouseEvent) {}

MobileFindAndSelect() {
// if used on Mobile Device, this will select the cells upon button click
const radius = this.cursor.geometry.parameters.radius;
Expand Down

0 comments on commit a9a2bd7

Please sign in to comment.