개정판 95c73392
issue #00000 markup 바로가기 수정
KCOM/Extensions/MarkupVisitHelper.cs | ||
---|---|---|
53 | 53 |
/// 페이지 변경 후 다시 호출 |
54 | 54 |
handler = (snd, evt) => |
55 | 55 |
{ |
56 |
ViewerDataModel.Instance.PageLoaded -= handler;
|
|
56 |
ViewerDataModel.Instance.SystemMain.dzMainMenu.MarkupLoadComplated -= handler;
|
|
57 | 57 |
|
58 |
Task.Delay(100).ConfigureAwait(true); |
|
58 |
//Task.Delay(100).ConfigureAwait(true);
|
|
59 | 59 |
|
60 |
GotoMarkup(CommentIdList); |
|
60 |
GotoSelectedMarkup(CommentIdList);
|
|
61 | 61 |
}; |
62 | 62 |
|
63 |
ViewerDataModel.Instance.PageLoaded += handler;
|
|
63 |
ViewerDataModel.Instance.SystemMain.dzMainMenu.MarkupLoadComplated += handler;
|
|
64 | 64 |
|
65 | 65 |
ViewerDataModel.Instance.SystemMain.dzMainMenu.pageNavigator.GotoPage(commentList.First().PageNumber); |
66 | 66 |
} |
내보내기 Unified diff