Skip to content

Commit 5d1e209

Browse files
authored
fix(Table): throw exception when click delete button in table row (#4625)
1 parent 9fcd84c commit 5d1e209

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)