Skip to content

Commit

Permalink
remove pointless onpropertychanged call
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed Jan 23, 2025
1 parent 7144fa7 commit 5a8e7dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ private void OnCodeChanged(object? sender, EventArgs e)
{
_viewModel.Code = UIXML.Text;
_viewModel.CodeChanged = true;
_viewModel.OnPropertyChanged(nameof(_viewModel.Code));
}

private void OnClosing(object sender, System.ComponentModel.CancelEventArgs e)
Expand Down

0 comments on commit 5a8e7dd

Please sign in to comment.