diff --git a/web/grab_to_pan.js b/web/grab_to_pan.js index 05316a024..9835d8540 100644 --- a/web/grab_to_pan.js +++ b/web/grab_to_pan.js @@ -73,14 +73,6 @@ class GrabToPan { } } - toggle() { - if (this.#activateAC) { - this.deactivate(); - } else { - this.activate(); - } - } - /** * Whether to not pan if the target element is clicked. * Override this method to change the default behaviour.