This commit is contained in:
Peter Maquiran
2023-04-28 12:56:45 +01:00
parent 8d88b613cb
commit bd8b3c3501
17 changed files with 190 additions and 97 deletions
@@ -187,6 +187,9 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
longpress.enable();
}
onDragOver(e?) {}
onDragLeave(e?) {}
calculateDuration() {
if (!this.recording) {
this.duration = 0;