We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70db30b commit 64e9d34Copy full SHA for 64e9d34
1 file changed
src/components/BootstrapBlazor.EmbedPDF/EmbedPDF.razor.cs
@@ -78,7 +78,7 @@ public partial class EmbedPDF
78
/// <para lang="en">Gets or sets a value indicating whether to keep the current opened document when resetting the URL, default is false</para>
79
/// </summary>
80
[Parameter]
81
- public uint IsKeepCurrentDocument { get; set; }
+ public bool IsKeepCurrentDocument { get; set; }
82
83
private string? StyleString => CssBuilder.Default()
84
.AddClass("border: 1px solid var(--bs-border-color); border-radius: var(--bs-border-radius); overflow: hidden;", ShowBorder)
0 commit comments