From 4e5e6f2f91f5006e59c35e5c6d39d5c170195dc1 Mon Sep 17 00:00:00 2001 From: Florian Greistorfer Date: Fri, 6 Feb 2026 12:23:26 +0100 Subject: [PATCH] this.cancel is undefined --- templates/functionality.js | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/functionality.js b/templates/functionality.js index 6c241b1..12df81d 100644 --- a/templates/functionality.js +++ b/templates/functionality.js @@ -9,7 +9,6 @@ class PhotoGallery { this.debounce = this.debounce.bind(this); this.openSwipe = this.openSwipe.bind(this); this.prefetch = this.prefetch.bind(this); - this.cancel = this.cancel.bind(this); this.reset = this.reset.bind(this); this.recursive = this.recursive.bind(this); this.requestMetadata = this.requestMetadata.bind(this);