Skip to content
Snippets Groups Projects
Commit f6e9eaeb authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'remove-transcription-focus' into 'master'

Do not automatically focus on the transcription form

Closes #999

See merge request !1282
parents e78efef2 086b5978
No related branches found
No related tags found
1 merge request!1282Do not automatically focus on the transcription form
......@@ -3,7 +3,6 @@
<div class="field">
<div class="control">
<textarea
ref="textInput"
v-model="text"
v-on:keydown.enter.exact.prevent="create"
class="textarea"
......@@ -78,11 +77,6 @@ export default {
loading: false,
TEXT_ORIENTATIONS
}),
mounted () {
this.$nextTick(() => {
this.$refs.textInput.focus()
})
},
computed: {
orientation: {
get () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment