@@ -1283,7 +1283,9 @@ export default {
if (this.ppage > 3) {
this.isBlock = 2;
}
+ this.full = false;
this.howTools = 0;
+ this.toolCount = 0;
if (this.toolsList.length > 0) {
this.toolsList = [];
this.toolsList.push({ tools: this.tools[page - 1].tools });