Commit a64ed61
committed
Refactor Print functionality to use a synchronous method
Replaced the asynchronous `PrintAsync` method with a new
synchronous `Print` method. The new method currently contains
commented-out code for a `PrintDialog` and an asynchronous
call to `Editor!.PrintAsync(printDialog)`, indicating that the
printing functionality is incomplete or temporarily disabled.
This change may be a work-in-progress or a placeholder for
future implementation.1 parent cc0736c commit a64ed61
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| |||
0 commit comments