Hack-free Toast

This commit is contained in:
RossAscends
2025-05-23 20:31:31 +09:00
parent 7fc97a3b9a
commit 341fa17ba3

View File

@@ -339,6 +339,7 @@ toastr.options = {
'hideEasing': 'linear', 'hideEasing': 'linear',
'showMethod': 'fadeIn', 'showMethod': 'fadeIn',
'hideMethod': 'fadeOut', 'hideMethod': 'fadeOut',
'escapeHtml': true,
}; };
toastr.options.onHidden = () => { toastr.options.onHidden = () => {