Skip to content

Commit 64e9d34

Browse files
committed
refactor: 更改数据类型为 bool
1 parent 70db30b commit 64e9d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.EmbedPDF/EmbedPDF.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public partial class EmbedPDF
7878
/// <para lang="en">Gets or sets a value indicating whether to keep the current opened document when resetting the URL, default is false</para>
7979
/// </summary>
8080
[Parameter]
81-
public uint IsKeepCurrentDocument { get; set; }
81+
public bool IsKeepCurrentDocument { get; set; }
8282

8383
private string? StyleString => CssBuilder.Default()
8484
.AddClass("border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); overflow: hidden;", ShowBorder)

0 commit comments

Comments
 (0)