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