Skip to content

Commit

Permalink
🔥 Remove Aladin#off because this function does not exist in the Aladi…
Browse files Browse the repository at this point in the history
…n API
  • Loading branch information
Xen0Xys committed Apr 24, 2024
1 parent bd89e7f commit 20d4d2f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions js/models/event_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,5 @@ export default class EventHandler {
this.model.off("change:overlay_survey_opacity");
this.model.off("change:trigger_event");
this.model.off("msg:custom");

this.aladin.off("positionChanged");
this.aladin.off("zoomChanged");
this.aladin.off("objectHovered");
this.aladin.off("objectClicked");
this.aladin.off("click");
this.aladin.off("select");
}
}

0 comments on commit 20d4d2f

Please sign in to comment.