-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Acceder a la transcripción completa desde el contexto #90
Comments
carmen-tm
added a commit
that referenced
this issue
Feb 27, 2020
carmen-tm
added a commit
that referenced
this issue
Feb 27, 2020
carmen-tm
added a commit
that referenced
this issue
Feb 28, 2020
Igual en vez de ponerlo en el mount() hay que ponerlo cuando se terminan de cargar las transcripciones via ajax, pero déjalo así de momento, bien está. Gracias
…On 28 Feb 2020, 15:26 +0100, Carmen Torrecillas Molina ***@***.***>, wrote:
Hecho esto. De momento es un botoncillo similar al resto, que te lleva en otra página al punto concreto de la query.
Para que funcionase lo del deep linking he tenido que apañar dentro de la función mounted un pequeño setTimeOut para desplazarse al hash concreto. No sé si es muy elegante, pero en principio me funciona.
setTimeout(() => window.open(location.hash, '_self'), 1000)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Para aquellos casos en los que el contexto se queda corto. Idealmente, debería saltar justo a la parte de la transcripción en la que estamos.
The text was updated successfully, but these errors were encountered: