Change PPTNavigationBtn_MouseUp to async method

This commit is contained in:
CJK_mkp
2025-10-22 12:18:03 +08:00
committed by GitHub
parent 8afee913be
commit 19adc42122
+1 -1
View File
@@ -1591,7 +1591,7 @@ namespace Ink_Canvas
} }
} }
private void async PPTNavigationBtn_MouseUp(object sender, MouseButtonEventArgs e) private async void PPTNavigationBtn_MouseUp(object sender, MouseButtonEventArgs e)
{ {
if (lastBorderMouseDownObject != sender) return; if (lastBorderMouseDownObject != sender) return;