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
This PR fixes #12799 by handling ESC key presses differently from other actions that close the CodeHintList popup. event.stopImmediatePropagation is used to prevent the stop event from bubbling up.
Issue by petetnt
Thursday Sep 22, 2016 at 18:21 GMT
Originally opened as adobe/brackets#12802
This PR fixes #12799 by handling ESC key presses differently from other actions that close the CodeHintList popup.
event.stopImmediatePropagation
is used to prevent the stop event from bubbling up.cc
@
adityapaturi who reported the original issue.Signed-off-by: petetnt pete.a.nykanen@gmail.com
petetnt included the following code: https://github.com/adobe/brackets/pull/12802/commits
The text was updated successfully, but these errors were encountered: