emmetio / brackets-emmet

Emmet plugin for Brackets editor
http://emmet.io
MIT License
489 stars 188 forks source link

Fix Enter key event for interactive Expand Abbr. #87

Open kasiditi opened 9 years ago

kasiditi commented 9 years ago

Because Emmet's Interactive Expand Abbreviations panel shows up when the Ctrl + Shift + Alt + Enter (default value) key are pressed (down), when the Enter key is up, the panel suddenly closed. So there is no time for typing anything into.

This is a hack for preventing the panel from being closed.