We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2e195 commit 46daa85Copy full SHA for 46daa85
core/src/components/toast/test/colors/index.html
@@ -58,9 +58,7 @@
58
// Show backdrop when toasts are presented
59
function showBackdrop() {
60
const backdrop = document.getElementById('toastBackdrop');
61
- if (toastCount === 1) {
62
- backdrop.style.display = 'block';
63
- }
+ backdrop.style.display = 'block';
64
backdrop.addEventListener('click', closeAllToasts);
65
}
66
0 commit comments