ucd-library / intertwine

California's modern wine network
MIT License
1 stars 0 forks source link

Esc button functionality - Issue #55 #56

Closed ldragoon closed 4 years ago

ldragoon commented 4 years ago

app-view-map.js

https://github.com/ucd-library/intertwine/blob/esc-button-functionality/client/public/elements/views/map/app-view-map.js#L43

lines 43-47

window.addEventListener('keydown', (e) => { if ( e.key === 'Escape' ) { this.openInfoPanel(); } });