removing comments

pull/1834/head
Warrick Corfe-Tan 4 years ago
parent ab3720a064
commit 13be7a4c4a

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

@ -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 */ /* AUDIO PLAYER */
/* ************ */ /* ************ */

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

Loading…
Cancel
Save