fix(pagination): Reset the number of selected tags to delete when the page is updated

This commit is contained in:
Joxit
2019-06-16 23:07:54 +02:00
parent dbb746981a
commit e5a406a6ba
+1
View File
@@ -115,6 +115,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
this.on('page-update', function(page) {
self.page = page;
this.toDelete = 0;
this.update();
});