Skip to content

Commit 46daa85

Browse files
committed
test: backdrop
1 parent 5f2e195 commit 46daa85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/src/components/toast/test/colors/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@
5858
// Show backdrop when toasts are presented
5959
function showBackdrop() {
6060
const backdrop = document.getElementById('toastBackdrop');
61-
if (toastCount === 1) {
62-
backdrop.style.display = 'block';
63-
}
61+
backdrop.style.display = 'block';
6462
backdrop.addEventListener('click', closeAllToasts);
6563
}
6664

0 commit comments

Comments
 (0)