대화내용 검색 > 다음 검색 > 끝까지 검색 이후에도 숫자 증가 버그 수정.
This commit is contained in:
parent
cec720ce92
commit
70fc20880a
|
@ -1321,10 +1321,12 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
|||
// }
|
||||
// });
|
||||
|
||||
if (this.searchCurrentIndex < this.searchedList.length) {
|
||||
this.searchedFocusEvent = this.searchedList[this.searchCurrentIndex];
|
||||
this.searchCurrentIndex = this.searchCurrentIndex + 1;
|
||||
this.goSearchPosition(this.searchedFocusEvent.seq);
|
||||
}
|
||||
}
|
||||
onSearchAndPrev() {
|
||||
if (
|
||||
!!this.searchText &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user