Minor changes
This commit is contained in:
parent
ecc9b90a21
commit
3a1a8ad19b
@ -236,7 +236,8 @@ export class AnimeNotifier {
|
|||||||
this.unmountMountables()
|
this.unmountMountables()
|
||||||
this.loading(true)
|
this.loading(true)
|
||||||
|
|
||||||
return delay(330).then(() => {
|
// Delay by transition-speed
|
||||||
|
return delay(300).then(() => {
|
||||||
request
|
request
|
||||||
.then(html => this.app.setContent(html, true))
|
.then(html => this.app.setContent(html, true))
|
||||||
.then(() => this.app.markActiveLinks())
|
.then(() => this.app.markActiveLinks())
|
||||||
|
Loading…
Reference in New Issue
Block a user