improve:白板列表

This commit is contained in:
2026-02-18 22:19:15 +08:00
parent 7f82312b96
commit 2e03cb1db1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ namespace Ink_Canvas
BlackBoardRightSidePageListView.SelectedIndex = CurrentWhiteboardIndex - 1;
}
private void TrySwitchWhiteboardPageByTouchPoint(ListView listView, ScrollViewer scrollViewer, Point pointInScrollViewer, bool isLeftSide)
private void TrySwitchWhiteboardPageByTouchPoint(ListView listView, ScrollViewer scrollViewer, Point pointInScrollViewer)
{
if (listView == null || scrollViewer == null) return;
try