Skip to content

Commit 74e8c4b

Browse files
committed
Merge branch 'main' into refactor-tv
2 parents 93209f2 + 5d1e209 commit 74e8c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Button/PopConfirmButton.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function init(id) {
5454
}
5555
delete confirm.popover;
5656
}
57-
}, 50);
57+
}, 200);
5858
}
5959

6060
EventHandler.on(el, 'show.bs.popover', confirm.show)

0 commit comments

Comments
 (0)