set last message fix

This commit is contained in:
Peter Maquiran
2024-09-10 21:45:46 +01:00
parent 3f4a19c205
commit ec9f388b14
8 changed files with 112 additions and 62 deletions
@@ -25,7 +25,7 @@ export class EditMessagePage implements OnInit {
}
ngAfterViewInit() {
// Focus the textarea once the view has been initialized
this.messageInput.nativeElement.focus();
// this.messageInput.nativeElement.focus();
}
dismiss() {