mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add private atribuite
This commit is contained in:
@@ -20,7 +20,7 @@ export class RoomService {
|
|||||||
private hasLoadHistory = false
|
private hasLoadHistory = false
|
||||||
duration = ''
|
duration = ''
|
||||||
|
|
||||||
ToastService = ToastsService
|
private ToastService = ToastsService
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
public WsChatService: WsChatService,
|
public WsChatService: WsChatService,
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
|
|||||||
ev.target.complete();
|
ev.target.complete();
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollToBottom(): void {
|
scrollToBottom = () => {
|
||||||
try {
|
try {
|
||||||
if(this.scrollingOnce){
|
if(this.scrollingOnce){
|
||||||
this.myScrollContainer.nativeElement.scrollTop = this.myScrollContainer.nativeElement.scrollHeight;
|
this.myScrollContainer.nativeElement.scrollTop = this.myScrollContainer.nativeElement.scrollHeight;
|
||||||
|
|||||||
Reference in New Issue
Block a user