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 4ad4ea4 commit a0834cdCopy full SHA for a0834cd
1 file changed
src/BootstrapBlazor/wwwroot/modules/validate.js
@@ -33,12 +33,7 @@ export function dispose(id) {
33
if (el) {
34
const tip = bootstrap.Tooltip.getInstance(el)
35
if (tip) {
36
- const handler = setTimeout(() => {
37
- clearTimeout(handler)
38
- if (tip && tip._element) {
39
- tip.dispose()
40
- }
41
- }, 100);
+ tip.dispose()
42
}
43
44
0 commit comments