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'm using my own template based on angular bootstrap modal.
Works great except one thing. Escape key.
With angular bootstrap esc key is closing modal and I trigger toggleCheatSheet(). Problem is that in Your script esc also triggers toggleCheatSheet() and in result it closes and opens.
Can You add function to close CheatSheet? Then I could trigger closeCheatSheet not toggle.
The text was updated successfully, but these errors were encountered:
I'm using my own template based on angular bootstrap modal.
Works great except one thing. Escape key.
With angular bootstrap esc key is closing modal and I trigger
toggleCheatSheet()
. Problem is that in Your script esc also triggerstoggleCheatSheet()
and in result it closes and opens.Can You add function to close CheatSheet? Then I could trigger
closeCheatSheet
not toggle.The text was updated successfully, but these errors were encountered: