@@ -2908,6 +2908,10 @@ namespace PDF_Master.ViewModels.PageEdit
//清空一下选中项,修复进入页面编辑后仍然选中多页的问题
ListSelectedIndex = -1;
ListSelectedIndex = PDFViewer.CurrentIndex;
+
+ //进入页面编辑 滚动到选中页面
+ NotifyUIToRefresh();
//页面编辑取消显示书签Icon
//RefreshBookMarkList();
isFirstLoad = false;