Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Don't let ESC key bubble in CodeHintList. Fixes #12799 #12802

Merged
merged 1 commit into from
Sep 29, 2016

Conversation

petetnt
Copy link
Collaborator

@petetnt petetnt commented Sep 22, 2016

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

Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
@ficristo
Copy link
Collaborator

/cc @bmax too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pressing Escape key is removing multiple popups
4 participants