보안코드 삽입
This commit is contained in:
parent
0362bc427c
commit
b42b007609
|
@ -154,7 +154,6 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
setEventMoreInit() {
|
setEventMoreInit() {
|
||||||
console.log('setEventMoreInit');
|
|
||||||
// 방정보가 바뀌면 이전대화 보기 관련 값들을 초기화 한다.
|
// 방정보가 바뀌면 이전대화 보기 관련 값들을 초기화 한다.
|
||||||
this.scrollUpinit = false;
|
this.scrollUpinit = false;
|
||||||
this.eventMorePosition = 0;
|
this.eventMorePosition = 0;
|
||||||
|
|
|
@ -104,7 +104,7 @@ export const reducer = createReducer(
|
||||||
| string
|
| string
|
||||||
| null = StringUtil.convertFinalEventMessage(
|
| null = StringUtil.convertFinalEventMessage(
|
||||||
action.info.type,
|
action.info.type,
|
||||||
action.info.sentMessage
|
action.info.sentMessageJson || action.info.sentMessage
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!finalEventMessage) {
|
if (!finalEventMessage) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user