Skip to content

Commit

Permalink
QA: Fix issues with Toast not de-toasting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Oct 1, 2023
1 parent 1f6caf4 commit b2ab4ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/js/ui-notices.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $.toastPopup = function(options) {
allowToastClose: true,
position: 'bottom-center',
showHideTransition: 'fade',
afterHidden: function () {
$('.jq-toast-wrap').remove();
}
}

var defaultOptions = {
Expand Down

0 comments on commit b2ab4ef

Please sign in to comment.