mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-31 04:02:41 +09:00
fox
This commit is contained in:
parent
103a44b83e
commit
0870dea262
@ -203,7 +203,7 @@ function next() {
|
||||
function prev() {
|
||||
if (page.value === 5 && !props.withSetup) {
|
||||
page.value -= 2;
|
||||
} else if (page.value === 8 && !props.withSetup) {
|
||||
} else if (page.value === 9 && !props.withSetup) {
|
||||
page.value -= 3;
|
||||
} else {
|
||||
page.value--;
|
||||
|
Loading…
Reference in New Issue
Block a user