Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RegPreview] Various improvements on how files are saved #37628

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
make spell checker happy
  • Loading branch information
htcfreek committed Feb 25, 2025
commit 0128d5c9d5d6aa7434cc8b1755efd2b683b5bba5
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ public sealed partial class RegistryPreviewMainPage : Page
{
private readonly DispatcherQueue _dispatcherQueue = DispatcherQueue.GetForCurrentThread();

// Indicator if we loaded/reloaded/saved a file and need to skip TextChangedEevent one time.
// Indicator if we loaded/reloaded/saved a file and need to skip TextChanged event one time.
private static bool newFileLoaded;

/// <summary>
Loading
Oops, something went wrong.