1
我正在使用angular-toastr並試圖通過使用toastr選項preventOpenDuplicates
來防止重複的toastr,但可能是它不工作或可能是我做錯了什麼。angular-toastr preventOpenDuplicates不工作
toastr:
toastr.error('test', 'open duplicate', {
closeButton: true,
tmeOut: 0,
preventOpenDuplicates:true,
progressBar: true
});
preventDuplicates工作在toastrConfig精細設置後,但它不是封閉後,再次打開同一toastr。 –
'preventOpenDuplicates'在我的情況下是有用的,但它不起作用,讓我更新我的問題。 –
@gauravbhavsar更新回答:) – tanmay