Skip to content

Commit

Permalink
Revert InitialCoverage type
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Nov 12, 2024
1 parent 2015982 commit 2a2143f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public record CropperSelectionOptions
/// <summary>
/// Indicates the initial coverage of the selection, must a positive number between 0 (0%) and 1 (100%).
/// </summary>
public bool? InitialCoverage { get; init; }
public double? InitialCoverage { get; init; }

/// <summary>
/// Indicates whether the selection is movable.
Expand Down

0 comments on commit 2a2143f

Please sign in to comment.