优化代码

This commit is contained in:
2025-08-31 09:09:22 +08:00
parent 26cd125534
commit 8d76c014c8
2 changed files with 3 additions and 3 deletions
@@ -2802,7 +2802,7 @@ namespace Ink_Canvas
await Task.Delay(100);
// Capture screenshot and insert to canvas
CaptureScreenshotAndInsert();
await CaptureScreenshotAndInsert();
}
private async void ImageOptionSelectFile_MouseUp(object sender, MouseButtonEventArgs e)