From e5a406a6bae30f7f640ee7918f05a6512ef844a0 Mon Sep 17 00:00:00 2001 From: Joxit Date: Sun, 16 Jun 2019 23:07:54 +0200 Subject: [PATCH] fix(pagination): Reset the number of selected tags to delete when the page is updated --- src/tags/taglist.tag | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tags/taglist.tag b/src/tags/taglist.tag index a2008dd..0370e24 100644 --- a/src/tags/taglist.tag +++ b/src/tags/taglist.tag @@ -115,6 +115,7 @@ along with this program. If not, see . this.on('page-update', function(page) { self.page = page; + this.toDelete = 0; this.update(); });