mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix setLocation
This commit is contained in:
parent
4f1098af9e
commit
eb17c036a2
@ -139,7 +139,7 @@ export class RenderCore extends Core {
|
|||||||
}, delay ?? defaultTransitionDelay)
|
}, delay ?? defaultTransitionDelay)
|
||||||
}
|
}
|
||||||
|
|
||||||
this.ctx.registerPublicMethod("setLocation", this.publicMethods.setLocation)
|
this.ctx.registerPublicMethod("setLocation", this.ctx.history.setLocation)
|
||||||
}
|
}
|
||||||
|
|
||||||
validateLocationSlash = (location) => {
|
validateLocationSlash = (location) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user