Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/NewMessageForm/NewMessageForm.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue
index aa74fe158..279672c3d 100644
--- a/src/components/NewMessageForm/NewMessageForm.vue
+++ b/src/components/NewMessageForm/NewMessageForm.vue
@@ -721,8 +721,8 @@ export default {
// Focus and select the text within the input field
focusTextDialogInput() {
- // this.$refs.textFileTitleInput.$el.focus()
- this.$refs.textFileTitleInput.$el.select()
+ // this.$refs.textFileTitleInput.$refs.inputField.$refs.input.focus()
+ this.$refs.textFileTitleInput.$refs.inputField.$refs.input.select()
},
},