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
I am changing the value of the showModal attribute of strike_modal component to show or hide the modal window. First time opening and closing of the modal window works fine but then next time the window does not open.
I have debug the issue and found that the value of showingModal is not being set to false when the modal window is closed. So the next time I try to open the window, the code does not do anything because the condition if (showModal == showingModal) { return; } in determineModalState controller function.
The text was updated successfully, but these errors were encountered:
I am changing the value of the showModal attribute of strike_modal component to show or hide the modal window. First time opening and closing of the modal window works fine but then next time the window does not open.
I have debug the issue and found that the value of showingModal is not being set to false when the modal window is closed. So the next time I try to open the window, the code does not do anything because the condition if (showModal == showingModal) { return; } in determineModalState controller function.
The text was updated successfully, but these errors were encountered: