Update documentation
This commit is contained in:
parent
f955f33071
commit
d23f66bb47
2 changed files with 26 additions and 1 deletions
|
@ -337,7 +337,7 @@ export default class MessageComposer extends React.Component {
|
|||
const recording = VoiceRecordingStore.instance.activeRecording;
|
||||
this.setState({haveRecording: !!recording});
|
||||
if (recording) {
|
||||
// We show a little head's up that the recording is about to automatically end soon. The 3s
|
||||
// We show a little heads up that the recording is about to automatically end soon. The 3s
|
||||
// display time is completely arbitrary. Note that we don't need to deregister the listener
|
||||
// because the recording instance will clean that up for us.
|
||||
recording.on(RecordingState.EndingSoon, ({secondsLeft}) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue