removing comments

This commit is contained in:
Warrick Corfe-Tan 2021-08-05 11:37:18 +10:00
parent ab3720a064
commit 13be7a4c4a
3 changed files with 0 additions and 14 deletions

View file

@ -222,7 +222,6 @@ textarea {
border-radius: 2px;
height: 33px;
padding: 0px 18px;
// line-height: 33px;
font-size: $session-font-sm;
}
@ -1246,7 +1245,6 @@ input {
margin: 15px calc(100% / 2 - 1px);
width: 1px;
// z-index: -1;
}
}

View file

@ -462,16 +462,6 @@
}
}
// box-sizing: border-box;
// position: absolute;
// z-index: 3;
// width: 4px;
// height: 5px;
// margin-left: 0px;
// top: 0px;
// background: #00f782;
// border-radius: 50px;
/* ************ */
/* AUDIO PLAYER */
/* ************ */

View file

@ -109,8 +109,6 @@ class SessionRecordingInner extends React.Component<Props, State> {
const hasRecordingAndPaused = !isRecording && !isPlaying;
const hasRecording = !!this.audioElement?.duration && this.audioElement?.duration > 0;
const actionPauseAudio = !isRecording && !isPaused && isPlaying;
// const actionDefault = !actionStopRecording && !actionPlayAudio && !actionPauseAudio;
const actionDefault = !isRecording && !hasRecordingAndPaused && !actionPauseAudio;
// if we are recording, we base the time recording on our state values