MCPcopy Create free account
hub / github.com/codecombat/codecombat / scrollBehavior

Function scrollBehavior

app/core/vueRouter.js:465–469  ·  view source on GitHub ↗
(to)

Source from the content-addressed store, hash-verified

463 },
464 ],
465 scrollBehavior (to) {
466 const scroll = {}
467 if (to.meta?.toTop) scroll.top = 0
468 return scroll
469 },
470
471 })
472

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected