Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Jun 27, 2024
1 parent 400e755 commit c295ef4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class ComponentsDataFeed : Component, IDataFeedComponent, IDataFeed, IWor

private void AddComponent(Component c)
{
// If local elements are written to synced fields it can cause exceptions and crashes
if (c.IsLocalElement) return;
foreach (KeyValuePair<SearchPhraseFeedUpdateHandler, ComponentsDataFeedData> updateHandler in _updateHandlers)
{
Expand Down

0 comments on commit c295ef4

Please sign in to comment.