neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
693 stars 347 forks source link

Fix bug where the editors autocomplete could not be closed with the escape key #1866

Closed noahmay closed 1 year ago

noahmay commented 1 year ago

When previously adding the possibility to add custom commands for keycodes in the editor the ability to close the editor autocomplete broke. This makes sure the standard escape commands (which blurs) is not active while the autocomplete is visible.