Skip to content

Commit

Permalink
Removed unnecessary comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
H4llJ0rdan committed Jul 10, 2024
1 parent 8cde4f5 commit 3dea529
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Moryx.Controls/EntryEditor/EntryViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public string Value
Dispatcher.CurrentDispatcher.Invoke(() =>
{
OnPropertyChanged();
// Assuming you're inside an EntryViewModel instance
});
}
}
Expand Down Expand Up @@ -113,7 +112,6 @@ public ObservableCollection<EntryViewModel> SubEntries
Dispatcher.CurrentDispatcher.Invoke(() =>
{
OnPropertyChanged();
// Assuming you're inside an EntryViewModel instance
});
}
}
Expand Down

0 comments on commit 3dea529

Please sign in to comment.