Skip to content

Commit

Permalink
Bind shiny after opening pending swal
Browse files Browse the repository at this point in the history
  • Loading branch information
ch0c0l8ra1n committed Apr 21, 2024
1 parent 0d8b1ef commit ac3d2cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/assets/lib/swalservice/swalservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ SwalService.prototype = {
if (service.pendingSwal.length > 0) {
var pending = service.pendingSwal.shift();
service._swalWithId(pending);
Shiny.bindAll($(".sweet-alert"));
}
},

Expand Down

0 comments on commit ac3d2cb

Please sign in to comment.