Skip to content

Commit

Permalink
fix(OnScreenKeyboard): disable call dispose method (#198)
Browse files Browse the repository at this point in the history
* refactor: 禁用 Dispose 调用

* chore: bump version 9.0.1
  • Loading branch information
ArgoZhang authored Dec 18, 2024
1 parent 8fa82f2 commit 575d096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>9.0.0</Version>
<Version>9.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@namespace BootstrapBlazor.Components
@inherits BootstrapModuleComponentBase
@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.OnScreenKeyboard/OnScreenKeyboard.razor.js", JSObjectReference = true)]
@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.OnScreenKeyboard/OnScreenKeyboard.razor.js", JSObjectReference = true, AutoInvokeDispose = false)]

0 comments on commit 575d096

Please sign in to comment.