mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-15 20:37:44 +08:00
Reset page when searching for new tag (#550)
This commit is contained in:
parent
27c2fc74be
commit
1b03cc48d6
1 changed files with 2 additions and 0 deletions
|
@ -305,6 +305,7 @@ export default {
|
|||
|
||||
if (tagName === "*") {
|
||||
this.search = excludeMode ? "-tag:*" : "tag:*";
|
||||
this.page = 1;
|
||||
this.loadData();
|
||||
return;
|
||||
}
|
||||
|
@ -344,6 +345,7 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
this.page = 1;
|
||||
this.loadData();
|
||||
},
|
||||
showDialogAdd() {
|
||||
|
|
Loading…
Reference in a new issue