You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add above code to any component and start the server.
Click Start Test button, a small modal will show.
Click anywhere at the window, the small modal will hide, but never show again.
Change the config of smModal to {backdrop: true}, and run server again.
Repeat step 2 and 3, we will find several backdrops have been added.
This case comes from a situation that I want to show a modal when a message comes in, but when several messages comes in rapidly in a short time, above bugs occur.
The text was updated successfully, but these errors were encountered:
HTML part:
JS part:
Start Test
button, a small modal will show.smModal
to{backdrop: true}
, and run server again.This case comes from a situation that I want to show a modal when a message comes in, but when several messages comes in rapidly in a short time, above bugs occur.
The text was updated successfully, but these errors were encountered: