ezlibrary_v2 0.1.19 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27906,8 +27906,8 @@ class WebsearchHistoryComponent {
|
|
|
27906
27906
|
this.loadResult = [];
|
|
27907
27907
|
}
|
|
27908
27908
|
setOrder(value, i) {
|
|
27909
|
-
this.pageSize = 1;
|
|
27910
27909
|
this.showarr = i;
|
|
27910
|
+
this.p = 1;
|
|
27911
27911
|
if (this.order === value) {
|
|
27912
27912
|
this.reverse = !this.reverse;
|
|
27913
27913
|
}
|