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 have a similar problem. I click a button that opens the ngDialog after which every time I press enter it opens another ngDialog (which makes the browser window go a bit darker every time. Press enough enter keys and you get a black window with the same ngDialog opened on it again and again in the same position). I should mention that all my tags have type="button".
@NicuMotoc that is related to #154 , is a focus problem. The second dialog opens on enter because your focus is in the button you already pressed and didn't change to the dialog.
When enter key is pressed is opening 2 times the same modal. Didn't find any issue related.
The text was updated successfully, but these errors were encountered: