Ver código fonte

fix(recording): do not spell check stream key input (#2811)

master
virtuacoplenny 7 anos atrás
pai
commit
0539e8f2df
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 0
react/features/recording/components/LiveStream/StreamKeyForm.web.js Ver arquivo

@@ -66,6 +66,7 @@ class StreamKeyForm extends Component {
66 66
                 <FieldTextStateless
67 67
                     autoFocus = { true }
68 68
                     compact = { true }
69
+                    isSpellCheckEnabled = { false }
69 70
                     label = { t('dialog.streamKey') }
70 71
                     name = 'streamId'
71 72
                     okDisabled = { !this.props.value }

Carregando…
Cancelar
Salvar