Skip to content

Commit

Permalink
Merge pull request #121 from unoplatform/dev/xygu/109/datagrid-freeze
Browse files Browse the repository at this point in the history
fix(DataGrid): freezing on macOS
  • Loading branch information
Xiaoy312 authored Jan 7, 2021
2 parents 2e0e348 + c59a1a4 commit cac670e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ protected override Size MeasureOverride(Size availableSize)
return base.MeasureOverride(availableSize);
}

#if !__IOS__
#if !__IOS__ && !__MACOS__
// This section is commented out for iOS until the measure
// infinite loop is fixed. https://github.com/unoplatform/uno/issues/2842

Expand Down

0 comments on commit cac670e

Please sign in to comment.