Skip to content

Commit

Permalink
Don't Refresh sources list on save, that'll be done by the file watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Sep 1, 2022
1 parent bd8ea19 commit 7ca4fe9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ public async Task Save()
}

_originalId = DraftSource?.Id;
await _eventAggregator.PublishOnUIThreadAsync(new SourcesUpdatedMessage());
}
catch (UnauthorizedAccessException)
{
Expand Down

0 comments on commit 7ca4fe9

Please sign in to comment.